Skip to content

lisabug/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published