summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/comments.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 03:23:52 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 03:23:52 -0400
commitadbe65a8bd41f17398a985d4c474ba7f907bb5d4 (patch)
treef4ef9f6bd5687edf35b71aaac31ad6604ba36806 /lua/ben/plugins/comments.lua
Initial commit
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,
+}