summaryrefslogtreecommitdiff
path: root/lua/plugins/comment.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/comment.lua')
-rw-r--r--lua/plugins/comment.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua
new file mode 100644
index 0000000..b9d7f3c
--- /dev/null
+++ b/lua/plugins/comment.lua
@@ -0,0 +1,5 @@
+return {
+ "folke/ts-comments.nvim",
+ opts = {},
+ event = "VeryLazy"
+}