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: -- {