summaryrefslogtreecommitdiff
path: root/fnl/plugins/ts-comments.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-28 22:00:30 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-28 22:00:30 +0200
commitfb69766f5701c3a579c619730bfa7cff3ce74623 (patch)
tree56d5a9e81ad51f4251fdb56cac8797c993c63373 /fnl/plugins/ts-comments.fnl
parent3f539d94dfb004f56b0382971500408e49c4245b (diff)
Replace comment with ts-comments
Diffstat (limited to 'fnl/plugins/ts-comments.fnl')
-rw-r--r--fnl/plugins/ts-comments.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/plugins/ts-comments.fnl b/fnl/plugins/ts-comments.fnl
new file mode 100644
index 0000000..d8ce85a
--- /dev/null
+++ b/fnl/plugins/ts-comments.fnl
@@ -0,0 +1,3 @@
+;; Enhance comments with treesitter.
+
+{1 :folke/ts-comments.nvim :opts {} :event [:BufReadPost :BufNewFile]}