summaryrefslogtreecommitdiff
path: root/fnl/plugins/ts-comments.fnl
diff options
context:
space:
mode:
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]}