Add Mason tool installer

main
Marko Korhonen 1 year ago
parent bfe4055932
commit 665f07bee6
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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 },

@ -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" @@%}

Loading…
Cancel
Save