diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-19 16:09:46 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-19 16:09:46 -0400 |
commit | 5a5a7b7ba5e5a4f83a2c76c46dd9d05bea8b88d8 (patch) | |
tree | 7c97db05fe27f1172131eb289889cf17e1c5503f /lua/config | |
parent | f08a1d80993366e19a5f5f8db4b2d68554317492 (diff) |
Add commenting
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/lazy.lua | 6 |
1 files changed, 6 insertions, 0 deletions
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. |