Add markdown plugin
This commit is contained in:
parent
5ca470d28e
commit
b9564a9dc3
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'MeanderingProgrammer/markdown.nvim',
|
||||
main = "render-markdown",
|
||||
opts = {},
|
||||
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
||||
}
|
Loading…
Reference in New Issue