Update LSP config
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
return {
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
opts = {},
|
||||
dependencies = {
|
||||
{ "mason-org/mason.nvim", opts = {} },
|
||||
"neovim/nvim-lspconfig",
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bashls",
|
||||
"docker_compose_language_service",
|
||||
"lua_ls",
|
||||
"superhtml",
|
||||
"taplo",
|
||||
"pylsp",
|
||||
"ansiblels"
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
{ "mason-org/mason.nvim", opts = {} },
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
}
|
||||
|
||||
@@ -6,20 +6,20 @@ return {
|
||||
opts = {
|
||||
servers = {
|
||||
lua_ls = {
|
||||
autostart = true,
|
||||
-- autostart = true,
|
||||
settings = {
|
||||
Lua = {
|
||||
diagnostics = { globals = {'vim'} }
|
||||
}
|
||||
},
|
||||
},
|
||||
markdown_oxide = {},
|
||||
terraformls = {},
|
||||
superhtml = {},
|
||||
pyright = {},
|
||||
taplo = {},
|
||||
bashls = {},
|
||||
html = {},
|
||||
-- markdown_oxide = {},
|
||||
-- terraformls = {},
|
||||
-- superhtml = {},
|
||||
-- pyright = {},
|
||||
-- taplo = {},
|
||||
-- bashls = {},
|
||||
-- html = {},
|
||||
}
|
||||
},
|
||||
config = function(_, opts)
|
||||
|
||||
Reference in New Issue
Block a user