feat: markdown-preview and helm-ls

This commit is contained in:
Maurice Grönwoldt 2026-01-27 14:44:17 +01:00
commit 2f8c9856f7
No known key found for this signature in database
GPG key ID: FBB005FE74FEF996
3 changed files with 32 additions and 14 deletions

9
lua/plugins/helm-ls.lua Normal file
View file

@ -0,0 +1,9 @@
return {
"qvalentin/helm-ls.nvim",
ft = "helm",
opts = {
conceal_templates = {
enabled = false,
},
},
}

View file

@ -0,0 +1,7 @@
return {
"MeanderingProgrammer/render-markdown.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-mini/mini.icons" }, -- if you use standalone mini plugins
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {},
}