From e6a83f433112874b1c9da502849bbf4a085421c0 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 3 Sep 2023 15:41:39 +0900 Subject: feat(packs/autopairs): remove singlequote for lisp --- fnl/nvrc/packs/autopairs.fnl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fnl/nvrc/packs') 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]) -- cgit 1.4.1