about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/packs/autopairs.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/autopairs.fnl b/fnl/nvrc/packs/autopairs.fnl
index 77749c8..5d1b447 100644
--- a/fnl/nvrc/packs/autopairs.fnl
+++ b/fnl/nvrc/packs/autopairs.fnl
@@ -1,3 +1,5 @@
-(local {: setup} (require :nvim-autopairs))
+(local {: setup : get_rules} (require :nvim-autopairs))
 
 (setup {:check_ts true})
+
+(tset (. (get_rules "'") 1) :not_filetypes [:scheme :lisp])