lisabug / vim

My Vim Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My Vim Configuration


Languages

Language:Vim Script 100.0%