Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 788 Bytes

File metadata and controls

37 lines (33 loc) · 788 Bytes

Vim

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

Usage:

  1. At home path git clone https://github.com/lisabug/vim.git .vim
  2. ln -sf ~/.vim/.vimrc ~/.vimrc
  3. git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  4. install Plugin from command line vim +PluginInstall +qall
  5. 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.