Files
dotfiles/nvim/lua/plugins/helm-ls.lua
Valeriy Filippov 7ee242ab9a Add helm LSP
2026-03-11 11:45:41 +03:00

9 lines
141 B
Lua

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