summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/lazy.lua6
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.