diff options
| author | triethyl <triethylammonium@pm.me> | 2025-11-02 13:53:19 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-11-02 13:53:19 -0500 |
| commit | 0457d18e24454663396cf054d8a16b1da635d99b (patch) | |
| tree | 36f031f88143172cacbebfc81d84ba9f2c3740b3 /pkgs/custom-neovim/config/lua/plugins/comment-box.lua | |
| parent | 1af6b05eab1ba06235e413df62728182113d8eef (diff) | |
neovim: misc
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/comment-box.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/comment-box.lua | 3 |
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 |
