mirror of
https://github.com/cap153/nvim.git
synced 2025-12-27 03:34:57 +08:00
9 lines
276 B
Lua
9 lines
276 B
Lua
return {
|
|
'MeanderingProgrammer/render-markdown.nvim',
|
|
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
|
|
---@module 'render-markdown'
|
|
---@type render.md.UserConfig
|
|
opts = {
|
|
sign = { enabled = false },
|
|
},
|
|
}
|