Arjen Verstoep
Arjen Verstoep
Oh, my dotfiles commit showed up here. I had to replace coc-pyright for now because of these performance reasons. I switched to using [basedpyright](https://github.com/DetachHead/basedpyright/) because the original pyright, as mentioned,...
@Cnly Great find! I didn't see it in the [coc extensions list](https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions#implemented-coc-extensions) and didn't think to look further. I'm going to give it a try :) Edit: it works very...
Interesting, I wasn't expecting it to be a limitation of vim because coc.nvim is able to insert multiple lines. I wonder how it does it. edit: as far as I...