1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-05-14 09:29:28 +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)
+1
View File
@@ -6,6 +6,7 @@ require("tree-sitter-manager").setup({
"go",
"gomod",
"gosum",
"gotmpl",
"gowork",
"helm",
"java",