nvim: in-line Markdown rendering
This commit is contained in:
6
.config/nvim/lua/plugins/render-markdown.lua
Normal file
6
.config/nvim/lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
ft = { "markdown" },
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user