How could I make VIM a full fledged IDE by using different supported plugins for YUI, JQuery and git integration etc.
|
closed as too localized by Michael Mrozek♦ Aug 26 '11 at 17:56
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
While there are many plugins for Vim, it really isn't an IDE. However, you can get many of the features of IDEs in Vim. As you mentioned, you can install plugins manually by searching for them based on features you'd like. If you are looking for something that is already mostly configured, then I'd suggest using scrooloose's vimfiles project hosted on GitHub. You can clone it into your ~/.vim:
You may want to backup your current Once it is downloaded you can install the submodules:
Finally to use the new plugins you'll have to source the vimrc file in your |
||||
|
|