Initial Commit
This commit is contained in:
7
lua/plugins/render-markdown.lua
Normal file
7
lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
require("render-markdown").setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user