summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-27 20:02:16 -0400
committertriethyl <triethylammonium@pm.me>2025-09-27 20:02:16 -0400
commita1c0ecfba40e028d4d730a561fef322bcee97365 (patch)
treed3249d849b2b845cd8c0199532ba1c191f09c7c8 /pkgs/custom-neovim/config/lua/plugins/comment-box.lua
parent3399daae1d7baff4be3ae953ae32a9358962ef67 (diff)
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/comment-box.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/comment-box.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/comment-box.lua b/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
new file mode 100644
index 0000000..6d25d0f
--- /dev/null
+++ b/pkgs/custom-neovim/config/lua/plugins/comment-box.lua
@@ -0,0 +1,7 @@
+return {
+ "comment-box.nvim",
+ lazy = false,
+ after = function ()
+ require("comment-box").setup {}
+ end
+}