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.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/comment-box.lua b/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
index 6d25d0f..b5dc306 100644
--- a/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
+++ b/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
@@ -1,6 +1,7 @@
return {
"comment-box.nvim",
- lazy = false,
+ lazy = true,
+ enabled = false,
after = function ()
require("comment-box").setup {}
end