summaryrefslogtreecommitdiff
path: root/lua/plugins/comments.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/comments.lua')
-rw-r--r--lua/plugins/comments.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/plugins/comments.lua b/lua/plugins/comments.lua
index 5da4b3e..f15d094 100644
--- a/lua/plugins/comments.lua
+++ b/lua/plugins/comments.lua
@@ -1,5 +1,4 @@
return {
- 'tpope/vim-commentary',
- event = { 'BufReadPre', 'BufNewFile' },
+ "tpope/vim-commentary",
+ event = { "BufReadPre", "BufNewFile" },
}
-