add markdown render
This commit is contained in:
parent
fccb2adb1f
commit
99fb25e145
3 changed files with 129 additions and 211 deletions
6
lua/plugins/markdown_render.lua
Normal file
6
lua/plugins/markdown_render.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
ft = { "markdown", "Avante" },
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||
opts = {},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue