summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/comment.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua
new file mode 100644
index 0000000..ea202e1
--- /dev/null
+++ b/lua/plugins/comment.lua
@@ -0,0 +1,4 @@
+return {
+ "numToStr/Comment.nvim",
+ opts = {},
+}