feat: added render markdown plugin
This commit is contained in:
8
.config/nvim/lua/custom/plugins/render-markdown.lua
Normal file
8
.config/nvim/lua/custom/plugins/render-markdown.lua
Normal 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' },
|
||||
}
|
||||
Reference in New Issue
Block a user