Michael Thomson 67be496482
neovim before nixvim
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
2024-11-13 14:11:33 -05:00

17 lines
602 B
Lua

return {
'MeanderingProgrammer/render-markdown.nvim',
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {
-- heading = {
-- position = 'inline',
-- },
sign = {
enabled = false,
},
},
}