Add helm LSP
This commit is contained in:
8
nvim/lua/plugins/helm-ls.lua
Normal file
8
nvim/lua/plugins/helm-ls.lua
Normal 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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user