replace helm-ls configuration with the nvim 0.11

This commit is contained in:
2025-10-24 10:12:46 +03:00
parent bd6f9a6279
commit 0b756ba15f

View File

@@ -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' }