summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/markdown.lua
blob: 0dadc462b5d5c5926f364835774ed5e5b0af3c4e (plain)
1
2
3
4
5
6
7
return {
	"MeanderingProgrammer/render-markdown.nvim",
	dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" }, -- if you prefer nvim-web-devicons
	---@module 'render-markdown'
	---@type render.md.UserConfig
	opts = {},
}