added commentary and markdown render

This commit is contained in:
venus
2025-11-08 21:23:39 -06:00
parent 32e0e4948a
commit 6b3cac529a

View File

@@ -202,6 +202,12 @@ require('lazy').setup({
{
'kshenoy/vim-signature',
},
{
'tpope/vim-commentary',
},
{
'MeanderingProgrammer/render-markdown.nvim',
},
-- Alternatively, use `config = function() ... end` for full control over the configuration.
-- If you prefer to call `setup` explicitly, use:
-- {