aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/comment.lua
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-11-23 11:23:07 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-11-23 11:23:07 +0000
commitb38c230ddeb4d304e56cb3e4a1d3d8081f45d550 (patch)
treecefc147012923f76b5151a7982cfe45e008a95ed /.config/nvim/lua/plugins/comment.lua
parent3259b10a11cdb6b967457715cec2ff8d7a9aaecf (diff)
Removed Neovim
Diffstat (limited to '.config/nvim/lua/plugins/comment.lua')
-rw-r--r--.config/nvim/lua/plugins/comment.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/nvim/lua/plugins/comment.lua b/.config/nvim/lua/plugins/comment.lua
deleted file mode 100644
index e6b597d..0000000
--- a/.config/nvim/lua/plugins/comment.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-return {
- 'numToStr/Comment.nvim',
- opts = {
- -- add any options here
- },
- lazy = false,
-}