First Version by using Vundle. This Version has those plugins:
- YouCompleteMe
- delimitMate
- nerdtree
- python-syntax
- syntastic
- tagbar
- ultisnips
- vim-ctrlspace
- vim-nerdtree-tabs
- vim-snippets
- oh my zsh (theme='ys')
- At home path
git clone https://github.com/lisabug/vim.git mv vim .vimln -sf ~/.vim/.vimrc ~/.vimrcgit clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim- Launch Vim and run
:PluginInstall - YouCompleMe need compile separately
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer