From 6b3cac529a774f0e82b7c3e78e8109db9b0fce1e Mon Sep 17 00:00:00 2001 From: venus Date: Sat, 8 Nov 2025 21:23:39 -0600 Subject: [PATCH] added commentary and markdown render --- init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.lua b/init.lua index 7e80a2c..7a3fd37 100644 --- a/init.lua +++ b/init.lua @@ -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: -- {