This is forked from haridas's vim-as-your-ide and I've added more plugins for nodejs development
Vim plugins included:
- MinibuferExplorer
- Command-t
- Syntastic
- Fugitive
- NerdTree
- Nerdcommenter
- Rope
- Tagbar
- SimplePairs
- YouCompleteMe
- ultisnips
- vim-stylus
- vim-jade
- vim-coffee-script
I am using ubuntu, so all the instructions are for unbuntu only. It may apply to other platforms.
The version of vim shipping with Ubuntu is too old. You need to build Vim from source
$git clone https://github.com/viruschidai/vim-as-nodejs-ide.git
$cd vim-as-nodejs-ide
$git submodule init
$git submodule update
$cd
$ln -s <path-to>vim-as-nodejs-ide/vim-files/vim .vim
$ln -s <path-to>vim-as-nodejs-ide/vim-files/vim/vimrc .vimrc
Some plugins require compilation
command-t requires compilation.
$ cd <path-to>vim-as-nodejs-ide/vim-files/vim/bundle/command-t/ruby/command-t
$ ruby extconf.rb
$ make
cd ~/.vim/bundle/YouCompleteMe
./install.sh
<leader>ff (cf. ,ff)
If you have any troubles of installing it, please check YouCompleteMe