nvim(markdown): add markdown.nvim plugin
This commit is contained in:
parent
faefd1cdb8
commit
fb6a0e0eb7
8
home/tigor/config/nvim/lua/plugins/markdown.lua
Normal file
8
home/tigor/config/nvim/lua/plugins/markdown.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
"MeanderingProgrammer/markdown.nvim",
|
||||||
|
name = "render-markdown", -- Only needed if you have another plugin named markdown.nvim
|
||||||
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
|
config = function()
|
||||||
|
require("render-markdown").setup {}
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in a new issue