aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/comment.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/comment.lua')
-rw-r--r--nvim/lua/plugins/comment.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/lua/plugins/comment.lua b/nvim/lua/plugins/comment.lua
new file mode 100644
index 0000000..559fd3c
--- /dev/null
+++ b/nvim/lua/plugins/comment.lua
@@ -0,0 +1,6 @@
+return {
+ "numToStr/Comment.nvim",
+ lazy = true,
+ event = { "BufReadPost", "BufWritePost", "BufNewFile" },
+ opts = {}
+}