Be aware that many of the plugins on this list will conflict with many of the other plugins on this list. YouCompleteMe and NeoComplCache are a good example. Which one is better, and how do you know? Rhetorical question, neither are good compared to an actual IDE.
[Serious] Why would you use an IDE if you could use VIM?
Vim Awesome
11–14 of 14 posts
Re: Vim Awesome
#12Re: Vim Awesome
#13I love Vim and use it every day. But IMHO it suffers for a lack of a good package management system. I don't think VimL is up to the task. I hope that NeoVim will resolve this. The package management systems for new languages like Rust and Elixir are wonderful. NeoVim should follow their example.
Can you elaborate? I think all modern package managers (vundle/neobundle/vimplug) do a pretty good job.
The fact that there are multiple package managers is a problem. There should be just one package manager, managed by the core team.
I use pathogen. I just browsed vundle/neobundle/vimplug and and you are right - they are a big improvement over pathogen. I'm gonna migrate to one of them.
But still, IMHO, they can do better. What I see in vundle/neobundle/vimplug isn't as good as systems like NPM/RubyGems/Cargo/Hex.
Re: Vim Awesome
#14I love Vim and use it every day. But IMHO it suffers for a lack of a good package management system. I don't think VimL is up to the task. I hope that NeoVim will resolve this. The package management systems for new languages like Rust and Elixir are wonderful. NeoVim should follow their example.