NixOS/home/config/nvim/lua/plugins/markdown.lua

9 lines
280 B
Lua
Raw Normal View History

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