Add Mason tool installer

This commit is contained in:
Marko Korhonen 2023-03-30 09:01:39 +03:00
parent 87ff7ed523
commit 20e48f14d1
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 },