Add markdown plugin

This commit is contained in:
Aaron Weinberger 2024-07-25 19:06:03 -04:00
parent 5ca470d28e
commit b9564a9dc3
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -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
}