Merge commit 'd69ca1091c4df6ee2cdca4f0c1d0cb7eb7d455e5' as 'etc/nvim'

This commit is contained in:
2025-12-26 11:35:16 +01:00
36 changed files with 1218 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---@module 'lazy'
---@type LazySpec
return { {
'MeanderingProgrammer/render-markdown.nvim',
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' },
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {
completions = {
blink = { enabled = true }
}
}
} }