Juan Pedro Fisanotti
Juan Pedro Fisanotti
Ok, everything seems fine from the viba side. In [this](https://github.com/jremmons/pyfakewebcam/issues/5) issue from pyfakewebcam they mention (scroll to the last comment) that this might be a problem between v4l2loopback and some...
Sadly, CtrlP's extension API doesn't allow too much customization for the "choosing" of results. It only allows 4 modes of choosing, with ``, ``, `` or ``, and each one...
If possible, it would be nice to be able to "accept" the selected result with other extension-defined keys (defined by each extension separatedly). Example: an extension could be able to...
Wow, lots of changes in the learn.ipnb file. Maybe you re-run all the cells? To be able to distinguish the changes, they should be commited separatedly (first just the code...
Hi! That's super weird, do you have any steps that can reproduce it on a clean environment? Also, which version of Neovim or Vim, and the config, are you using?
Hi! Have you installed all the dependencies from the instructions at vim.fisadev.com? And are you using virtualenvs? If so, remember that if you want to use the editor from inside...
Ok! I'll into it this week :D
This probably means that the pylint dependency is installed outside the anaconda environment, but your project has its dependencies installed inside it. I'm not sure how compatible is anaconda with...
seems like a good option, I'll look into it
Hmm, there is a problem: it requires a vim compiled with lua support, and I'm currently using neovim, which has no legacy lua support. Neovim itself is scriptable in lua,...