1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-05-14 10:29:29 +00:00

[neovim] Fix helm lsp

This commit is contained in:
2026-05-07 21:03:39 +02:00
parent 7884d94bb8
commit 6c63cd6a53
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -251,6 +251,8 @@ require("lazy").setup({
}, },
}, },
}, },
{
{ "towolf/vim-helm", ft = "helm" }, "qvalentin/helm-ls.nvim",
ft = "helm",
},
}, lazy_opts) }, lazy_opts)
+1
View File
@@ -6,6 +6,7 @@ require("tree-sitter-manager").setup({
"go", "go",
"gomod", "gomod",
"gosum", "gosum",
"gotmpl",
"gowork", "gowork",
"helm", "helm",
"java", "java",