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 vim.lsp.config('helm-ls', {
lspconfig.helm_ls.setup {
settings = { settings = {
['helm-ls'] = { ['helm-ls'] = {
yamlls = { helmLint = { enabled = false },
enabled = false, yamlls = { enabled = false },
path = "yaml-language-server", },
}
}
} }
} })
-- vim.lsp.config('helm-ls', {
-- settings = {
-- ['helm-ls'] = {
-- yamlls = {
-- path = "yaml-language-server",
-- enabled = false,
-- }
-- }
-- }
-- })
vim.lsp.config('terraformls', { vim.lsp.config('terraformls', {
filetypes = { 'terraform', 'terraform-vars', 'tf' } filetypes = { 'terraform', 'terraform-vars', 'tf' }