diff --git a/config/nvim/lua/aj/lsp/helm.lua b/config/nvim/lua/aj/lsp/helm.lua index 72e11b6..3db0b51 100644 --- a/config/nvim/lua/aj/lsp/helm.lua +++ b/config/nvim/lua/aj/lsp/helm.lua @@ -8,7 +8,7 @@ M.setup = function() require("lspconfig").helm_ls.setup { on_attach = common.shared_on_attach, - cmd = { "helm-ls", "serve", }, + cmd = { "helm_ls", "serve", }, } end