summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/comment.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-11-02 13:52:16 -0500
committertriethyl <triethylammonium@pm.me>2025-11-02 13:52:16 -0500
commit3446c9354397a80713a543e21f3a08e7a4426290 (patch)
treeee3a4481d8fa8e42b17efbf8560d7597906fa2c0 /pkgs/custom-neovim/config/lua/plugins/comment.lua
parent6985be324fcc4e5655cd7f1807b0288d9298fb3b (diff)
neovim: cleaned up unused plugins
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/comment.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/comment.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/comment.lua b/pkgs/custom-neovim/config/lua/plugins/comment.lua
deleted file mode 100644
index 749e622..0000000
--- a/pkgs/custom-neovim/config/lua/plugins/comment.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-return {
- "comment.nvim",
- lazy = false,
- after = function()
- require("Comment").setup()
- end
-}