about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-03 15:32:42 +0900
committersefidel <contact@sefidel.net>2023-09-03 15:32:42 +0900
commite7d25c121c44006e798892041425c8ca940285e1 (patch)
tree7da84c6cbe9c013347e3eef4782e742149d79360 /fnl/nvrc/packs
parent3453b80d44ecd80f838cb12592ac78ff36a3508e (diff)
downloadnvimrc-e7d25c121c44006e798892041425c8ca940285e1.tar.gz
nvimrc-e7d25c121c44006e798892041425c8ca940285e1.zip
feat(packs/autopairs): enable treesitter
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/autopairs.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/autopairs.fnl b/fnl/nvrc/packs/autopairs.fnl
new file mode 100644
index 0000000..77749c8
--- /dev/null
+++ b/fnl/nvrc/packs/autopairs.fnl
@@ -0,0 +1,3 @@
+(local {: setup} (require :nvim-autopairs))
+
+(setup {:check_ts true})