replace helm-ls configuration with the nvim 0.11
This commit is contained in:
@@ -78,27 +78,14 @@ return {
|
||||
}
|
||||
})
|
||||
|
||||
-- leave it until it works with lsp.config
|
||||
lspconfig.helm_ls.setup {
|
||||
vim.lsp.config('helm-ls', {
|
||||
settings = {
|
||||
['helm-ls'] = {
|
||||
yamlls = {
|
||||
enabled = false,
|
||||
path = "yaml-language-server",
|
||||
}
|
||||
}
|
||||
helmLint = { enabled = false },
|
||||
yamlls = { enabled = false },
|
||||
},
|
||||
}
|
||||
}
|
||||
-- vim.lsp.config('helm-ls', {
|
||||
-- settings = {
|
||||
-- ['helm-ls'] = {
|
||||
-- yamlls = {
|
||||
-- path = "yaml-language-server",
|
||||
-- enabled = false,
|
||||
-- }
|
||||
-- }
|
||||
-- }
|
||||
-- })
|
||||
})
|
||||
|
||||
vim.lsp.config('terraformls', {
|
||||
filetypes = { 'terraform', 'terraform-vars', 'tf' }
|
||||
|
||||
Reference in New Issue
Block a user