fix(lsp): fix helm_ls configuration

This commit is contained in:
2026-02-19 12:34:03 +02:00
parent 67bf866434
commit eeec610f47

View File

@@ -75,9 +75,9 @@ return {
} }
}) })
vim.lsp.config('helm-ls', { vim.lsp.config('helm_ls', {
settings = { settings = {
['helm-ls'] = { ['helm_ls'] = {
helmLint = { enabled = false }, helmLint = { enabled = false },
yamlls = { enabled = false }, yamlls = { enabled = false },
}, },