/mydotvim

My Customized vim configuration

Primary LanguageVim Script

mydotvim

My Customized vim configuration

Use Vundle as plugin manager

Usage

  1. Clone repo
git clone https://github.com/hiprince/mydotvim.git ~/.vim/
  1. Make soft link
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
  1. Install Vundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  1. Install all bundles in vim
:BundleInstall!(or `vim +BundleInstall +qall`)
  1. Install YouComleteMe(Require Vim 7.3.584+, compiled with --enable-pythoninterp, need to install python-dev on Ubuntu)
bash ~/.vim/bundle/YouCompleteMe/install.sh --clang-completer

Bundle installed

Bundle 'gmarik/vundle'

Bundle 'delimitMate.vim'

Bundle 'Solarized'

Bundle 'Syntastic'

Bundle 'The-NERD-Commenter'

Bundle 'The-NERD-tree'

Bundle 'ctrlp.vim'

Bundle 'pyflakes.vim'

Bundle 'Tagbar'

Bundle 'fugitive.vim'

Bundle 'cpp.vim'

Bundle 'c.vim'

Bundle 'EasyMotion'

Bundle 'pydoc.vim'

Bundle 'surround.vim'

Bundle 'cscope.vim'

Bundle 'HTML-AutoCloseTag'

Bundle 'HTML5-Syntax-File'

Bundle 'dbext.vim'

Bundle "AutoClose"

Bundle 'git://github.com/Valloric/YouCompleteMe.git'

Bundle 'ZenCoding.vim'

Bundle 'ShowTrailingWhitespace'

Bundle 'DrawIt'

Bundle 'bash-support.vim'