summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/comment-box.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/comment-box.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/comment-box.lua b/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
index b5dc306..4f2381e 100644
--- a/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
+++ b/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
@@ -1,7 +1,7 @@
return {
"comment-box.nvim",
- lazy = true,
- enabled = false,
+ lazy = false,
+ enabled = true,
after = function ()
require("comment-box").setup {}
end