updated config for latest mason-lspconfig
This commit is contained in:
@@ -65,7 +65,7 @@ function M.install_plugins()
|
||||
"windwp/nvim-autopairs",
|
||||
|
||||
{
|
||||
"VonHeikemen/lsp-zero.nvim",
|
||||
"guy176251/lsp-zero.nvim",
|
||||
branch = "v1.x",
|
||||
dependencies = {
|
||||
-- LSP Support
|
||||
@@ -120,6 +120,13 @@ function M.install_plugins()
|
||||
"neovim/nvim-lspconfig", -- optional
|
||||
},
|
||||
},
|
||||
|
||||
-- LUA
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
ft = "lua", -- only load on lua files
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user