minor fixes

This commit is contained in:
Alexander Navarro 2024-08-08 16:52:14 -04:00
parent 39f2957baf
commit 9a5c5ff0bc
3 changed files with 8 additions and 6 deletions

View file

@ -7,7 +7,7 @@ return {
{ "williamboman/mason.nvim" },
"williamboman/mason-lspconfig.nvim",
-- Additional lua configuration, makes nvim stuff amazing!
{ "folke/neodev.nvim", opts = {} },
{ "folke/neodev.nvim", opts = {} },
},
config = function()
@ -132,6 +132,7 @@ return {
mason_lspconfig.setup({
ensure_installed = vim.tbl_keys(servers),
automatic_installation = { exclude = { "astro", "phpactor", "gopls", "rust_analyzer", "sqlls" } },
})
mason_lspconfig.setup_handlers({