markdown changes
This commit is contained in:
9
lua/plugins/render-markdown.lua
Normal file
9
lua/plugins/render-markdown.lua
Normal file
@ -0,0 +1,9 @@
|
||||
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 } },
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user