summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/comments.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/comments.lua')
-rw-r--r--lua/ben/plugins/comments.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/ben/plugins/comments.lua b/lua/ben/plugins/comments.lua
deleted file mode 100644
index b1267f6..0000000
--- a/lua/ben/plugins/comments.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-return {
- 'numToStr/Comment.nvim',
- event = { 'BufReadPre', 'BufNewFile' },
- config = true,
-}