From 580370ff8b0afce6a95471e1da4b5f4d4c22ba00 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 May 2024 14:58:43 +0900 Subject: fix(packs/autopairs): fix weird behaviour with rust lifetime --- fnl/nvrc/packs/autopairs.fnl | 2 -- 1 file changed, 2 deletions(-) (limited to 'fnl/nvrc/packs') diff --git a/fnl/nvrc/packs/autopairs.fnl b/fnl/nvrc/packs/autopairs.fnl index 5d1b447..6cb6613 100644 --- a/fnl/nvrc/packs/autopairs.fnl +++ b/fnl/nvrc/packs/autopairs.fnl @@ -1,5 +1,3 @@ (local {: setup : get_rules} (require :nvim-autopairs)) (setup {:check_ts true}) - -(tset (. (get_rules "'") 1) :not_filetypes [:scheme :lisp]) -- cgit 1.4.1