Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 271 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 271 Bytes

vim

VIM Configurations

Installation

  • Clone the repo
  • cd to repo
  • git clone git://github.com/gmarik/vundle.git vim/bundle/vundle
  • rm -rf ~/.vim ~/.vimrc
  • ln -s pwd/vim ~/.vim
  • ln -s pwd/vimrc ~/.vimrc
  • vim .
  • :BundleInstall
  • Restart Vim

Have Fun.