diff options
Diffstat (limited to 'lua/config/lazy.lua')
-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. |