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, 5 insertions, 0 deletions
diff --git a/lua/ben/plugins/comments.lua b/lua/ben/plugins/comments.lua
new file mode 100644
index 0000000..b1267f6
--- /dev/null
+++ b/lua/ben/plugins/comments.lua
@@ -0,0 +1,5 @@
+return {
+ 'numToStr/Comment.nvim',
+ event = { 'BufReadPre', 'BufNewFile' },
+ config = true,
+}