diff --git a/lua/crentist/lazy/markdown.lua b/lua/crentist/lazy/markdown.lua new file mode 100644 index 0000000..f1c7332 --- /dev/null +++ b/lua/crentist/lazy/markdown.lua @@ -0,0 +1,12 @@ +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 } + } + }, +} +