Results 93 comments of Olivia (Zoe)

There isn't, and it's not feasible to implement. Entire files, particularly in Vim, need to be context-dependent. Beyond just making sure the pairs are balanced in the file, it has...

or https://github.com/sheerun/vim-polyglot or https://github.com/leafOfTree/vim-vue-plugin -- though that assumes auto-pairs isn't at fault, which is hard to tell when the asciinema is dead, and has been for over a year.

What versions of Vim/Neovim are we talking about here? I can't repro in nvim 0.4.3 and 0.5.0 (preview), or in vim/gvim 8.0-8.2.2717. There's no obvious reason this should happen, even...

@megahomyak in what context? What's your config?

`verbose inoremap ` - There's probably a plugin conflict

I really can't help you lot if you don't create MCVEs. If it all traces back to an LSP client of some type, it's probably a `` remap. Compatibility is...

Get a better indentexpr. https://github.com/LunarWatcher/auto-pairs/issues/26 https://github.com/LunarWatcher/auto-pairs/issues/27 in this case, though, because you're using C, you need to modify `cino` appropriately. Auto-pairs is just exploiting various indent expressions to mimic this...

"latest version" - this repo hasn't been updated since 2019. Updating isn't going to do anything anyway - I've reproduced it on the last version uploaded. I've only fixed this...

Lunarwatcher/auto-pairs#26 Lunarwatcher/auto-pairs#27 (tl;dr: fix your indent config)

The second TL;DR: on this topic is that auto-pairs doesn't actually do what the docs promise, in terms of: ``` Input: (|) at | Output: ( | ) ``` Because...