Add Mason tool installer

This commit is contained in:
Marko Korhonen 2023-03-30 09:01:39 +03:00
parent bfe4055932
commit 665f07bee6
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 6 additions and 3 deletions

View file

@ -93,6 +93,11 @@ local plugins = {
config = true,
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
config = true,
},
-- Configs for built-in LSP
{ "neovim/nvim-lspconfig", config = require("plugins.lspconfig").setup },

View file

@ -180,9 +180,7 @@ update() {
plugins() {
echo "Updating NeoVim plugins"
nvim --headless "+Lazy! sync" +qa
echo "Updating NeoVim TreeSitter"
nvim --headless +TSUpdateSync +qa
nvim --headless -c "Lazy! sync" -c 'TSUpdateSync' -c 'MasonToolsUpdate' -c 'qa'
zinit self-update
zinit update -p
{%@@ if profile == "Moria" @@%}