feat: added render markdown plugin

This commit is contained in:
Kyren223
2024-09-16 13:39:21 +03:00
parent e4815a444f
commit 6a5ed8d947
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
return {
'MeanderingProgrammer/render-markdown.nvim',
event = 'VeryLazy',
opts = {
sign = { enabled = false },
},
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
}