Results 93 comments of Olivia (Zoe)

Vim-visual-multi, by default, disables auto-pairs. I don't know the exact motivation behind it, but that's just how things are. Instead of trying to make maps compatible (auto-pairs initializes some maps...

https://github.com/jiangmiao/auto-pairs/blob/master/doc/AutoPairs.txt#L175

Can confirm with Cinnamon (Linux Mint) as well, both on the AppImage and the .deb

I'm 99% sure this isn't an FZF problem, but rather an issue with the Papercolor bright theme and the Windows terminal system in general. The problem is reproducible with both...

Yeah, neither me nor TheTechRobo have push rights. You'll just have to wait for @mcornella to get around to it, which can take a while. There's a sizeable backlog and...

Good to know. Conan still picks the right version though, so rolling with it for now (though I'm gonna drop conan again for this particular project as soon as I...

And the rabbit hole goes deeper. I installed Raspbian when it was still running on a Debian 10 base without 64 bit support. Not only has 64 bit support since...

My hack is using `url: /intro/` (in a file named `/content/intro/_index.html`; in general, just set the URL to be the desired path of the index file). Note that `url: /intro/index.html`...

This is supported by default [in my fork](https://github.com/LunarWatcher/auto-pairs/blob/5fd73d164c2d9aae0875534a0dd43e20692d41c4/doc/AutoPairs.txt#L1007-L1031)

Nope. ~~I'm planning to add this to my fork, but I'm currently backlogged into oblivion elsewhere, so can't promise it any time soon there either.~~ Now supported via g:AutoPairsAutoBreakBefore as...