feat(mason-lspconfig): ensure mason auto-installs lsp

Ensures mason will automatically install any missing but required LSPs
This commit is contained in:
2024-08-03 02:38:53 -04:00
parent 64b70e8e15
commit f9bb9490f7
+6
View File
@@ -3,6 +3,12 @@
-- -----------------------------------------------------------------------------
return {
{ -- Mason-lspconfig
"williamboman/mason-lspconfig.nvim",
opts = {
automatic_installation = true,
},
},
{ -- Codeium
import = "lazyvim.plugins.extras.coding.codeium",
opts = {