feat: markdown-preview and helm-ls
This commit is contained in:
parent
951e190b7f
commit
2f8c9856f7
3 changed files with 32 additions and 14 deletions
7
lua/plugins/markdown-renderer.lua
Normal file
7
lua/plugins/markdown-renderer.lua
Normal 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 = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue