aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/comment.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/comment.lua')
-rw-r--r--nvim/lua/plugins/comment.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/comment.lua b/nvim/lua/plugins/comment.lua
index e485b9b..f7fbda1 100644
--- a/nvim/lua/plugins/comment.lua
+++ b/nvim/lua/plugins/comment.lua
@@ -1,6 +1,7 @@
return {
{
"numToStr/Comment.nvim",
+ lazy = false,
config = function()
require('Comment').setup({
---Add a space b/w comment and the line