mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 12:53:00 +01:00
fix nvim-autopairs behaving bullshitically with imbalanced parens per-line
This commit is contained in:
parent
8e1d5f146b
commit
8fdb019f50
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
(local cmp-autopairs (require :nvim-autopairs.completion.cmp))
|
||||
(local cmp (require :cmp))
|
||||
|
||||
(autopairs.setup {:check_ts true :fast_wrap {}})
|
||||
(autopairs.setup {:check_ts true
|
||||
:fast_wrap {}
|
||||
:enable_check_bracket_line false})
|
||||
|
||||
(cmp.event:on :confirm_done
|
||||
(cmp-autopairs.on_confirm_done {:map_char {:tex ""}}))
|
||||
|
|
Loading…
Reference in a new issue