From e7d25c121c44006e798892041425c8ca940285e1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 3 Sep 2023 15:32:42 +0900 Subject: feat(packs/autopairs): enable treesitter --- fnl/nvrc/packs/autopairs.fnl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fnl/nvrc/packs/autopairs.fnl (limited to 'fnl/nvrc/packs') 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}) -- cgit 1.4.1