Add helm LSP

This commit is contained in:
Valeriy Filippov
2026-03-11 11:45:41 +03:00
parent 304a31c1bf
commit 7ee242ab9a
4 changed files with 49 additions and 26 deletions

View File

@@ -0,0 +1,8 @@
-- https://github.com/qvalentin/helm-ls.nvim
return {
"qvalentin/helm-ls.nvim",
ft = "helm",
opts = {
-- leave empty or see below
},
}