summaryrefslogtreecommitdiff
path: root/lua/plugins/comment.lua
diff options
context:
space:
mode:
authorMarek Muzyka <marek@muzyka.dev>2025-11-14 19:26:59 +0100
committerMarek Muzyka <marek@muzyka.dev>2025-11-14 19:26:59 +0100
commit9e69e3554ee1dd56f055423de09a0a575fbe73b0 (patch)
tree095c62ec326a338a57b18921caaebe663eab86e1 /lua/plugins/comment.lua
Basic config
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"
+}