diff --git a/lua/crentist/lazy/lsp.lua b/lua/crentist/lazy/lsp.lua index ed1228b..73e6595 100644 --- a/lua/crentist/lazy/lsp.lua +++ b/lua/crentist/lazy/lsp.lua @@ -75,9 +75,9 @@ return { } }) - vim.lsp.config('helm-ls', { + vim.lsp.config('helm_ls', { settings = { - ['helm-ls'] = { + ['helm_ls'] = { helmLint = { enabled = false }, yamlls = { enabled = false }, },