13 lines
342 B
Lua
13 lines
342 B
Lua
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 = {
|
|
completions = {
|
|
blink = { enabled = true }
|
|
}
|
|
},
|
|
}
|
|
|