Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 615 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 615 Bytes

A vim configuration file.

VIM

Installation

  • Install the vim plugin manager Vundle
    • git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • Get the vim configuration file via curl
    • curl "https://raw.githubusercontent.com/leovincentseles/vim-config/master/.vimrc" > ~/.vimrc
  • Install some vim plugins
    • Open the VIM and type :PluginInstall, Press enter
    • compile the YouCompleteMe plugin