Skip to content

Commit

Permalink
Fix helm-ls cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjuda committed Nov 13, 2024
1 parent 7b72324 commit aa77b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/lua/aj/lsp/helm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aa77b33

Please sign in to comment.