I just finished reading Learn Vimscript the Hard Way, and I am working right now with neovim And I had a bulky config file with a lot of stuff, that really slowed down vim, when I was handling heavy searches, or dealing with long files, and now I switched to Neovim, and the same config, flys which is cool.
Now, I wanted to put my configs into separate plugins for my self, and also expand my functionality with some plugins written in Python. But I haven't found any concrete hint (or at least to my understanding) that
- Pathogen works well on Neovim?
- It keeps in different threads all the processes, so It won't hit performance having external plugins?
- I don't understand the excitement about Plugs, should I consider it?
I like pathogen because It as simple as it can get, and It's not intrusive in your config files.
Could anyone help me out, or point me in the right direction with this?