summaryrefslogtreecommitdiff
path: root/lua/plugins/comments.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-05-23 01:06:50 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-05-23 01:06:50 -0400
commit1c0ac26114e249548dfdd270a07bc2336a37b6e2 (patch)
tree67a9a69b8de26b6ecb9008a0d992e865d1fc12c2 /lua/plugins/comments.lua
parent796db1e83d41d25a277c46c968a168702c1f3eb8 (diff)
Massive simplification
Diffstat (limited to 'lua/plugins/comments.lua')
-rw-r--r--lua/plugins/comments.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/plugins/comments.lua b/lua/plugins/comments.lua
new file mode 100644
index 0000000..5da4b3e
--- /dev/null
+++ b/lua/plugins/comments.lua
@@ -0,0 +1,5 @@
+return {
+ 'tpope/vim-commentary',
+ event = { 'BufReadPre', 'BufNewFile' },
+}
+