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