My Vim Configuration
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
- vim-cpp-enhance-highlight
- vim-indent-guides
- vim-fswitch
- nerdcommenter
- At home path
git clone https://github.com/lisabug/vim.git .vim
ln -sf ~/.vim/.vimrc ~/.vimrc
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- install Plugin from command line
vim +PluginInstall +qall
- YouCompleMe need compile separately and depends on cmake
cd ~/.vim/bundle/YouCompleteMe
# on ubuntu, install cmake firstly
# sudo apt-get install cmake
./install.py --clang-completer
OK, let's Vim.