From 5a5a7b7ba5e5a4f83a2c76c46dd9d05bea8b88d8 Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Mon, 19 May 2025 16:09:46 -0400 Subject: Add commenting --- lua/config/lazy.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/config') diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index b707a30..adc467e 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -47,6 +47,12 @@ require("lazy").setup({ { "ellisonleao/gruvbox.nvim" }, + { + "numToStr/Comment.nvim", + config = function() + require('Comment').setup() + end, + }, }, -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. -- cgit v1.2.3