diff options
author | sefidel <contact@sefidel.net> | 2024-05-15 14:58:43 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-15 14:58:43 +0900 |
commit | 580370ff8b0afce6a95471e1da4b5f4d4c22ba00 (patch) | |
tree | 847b7ee7e9eb7efc28e716e1e15b1bd96bef1ad1 /fnl/nvrc/packs/autopairs.fnl | |
parent | 589da8f56bf47437db3b564252287882b6d939bc (diff) | |
download | nvimrc-580370ff8b0afce6a95471e1da4b5f4d4c22ba00.tar.gz nvimrc-580370ff8b0afce6a95471e1da4b5f4d4c22ba00.zip |
fix(packs/autopairs): fix weird behaviour with rust lifetime
Diffstat (limited to 'fnl/nvrc/packs/autopairs.fnl')
-rw-r--r-- | fnl/nvrc/packs/autopairs.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
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]) |