feat: markdown-preview and helm-ls
This commit is contained in:
parent
951e190b7f
commit
2f8c9856f7
3 changed files with 32 additions and 14 deletions
9
lua/plugins/helm-ls.lua
Normal file
9
lua/plugins/helm-ls.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"qvalentin/helm-ls.nvim",
|
||||
ft = "helm",
|
||||
opts = {
|
||||
conceal_templates = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue