1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-28 10:24:47 +01:00

NVIM: Added render-markdown.nvim

This commit is contained in:
2026-03-24 02:48:37 +01:00
parent 55268e8655
commit 3d16d712b1

View File

@@ -0,0 +1,17 @@
return {
-- improved display for markdown files
"MeanderingProgrammer/render-markdown.nvim",
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons",
},
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {
completions = {
lsp = {
enabled = true,
},
},
},
}