Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 525 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 525 Bytes

myvim

This is my vim-configuration

Getting started

  1. checkout source

    $ git clone https://github.com/apoh/myvim.git ~/.vim

  2. create directory ~/.vim/bundle/

    $ mkdir ~/.vim/vundle

  3. checkout vundle

    $ git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

  4. Link repositorie to ~/.vim, vimrc to ~/.vimrc and gvimrc to ~/.gvimrc

    $ ln -s ~/.vim/vimrc ~/.vimrc $ ln -s ~/.vim/gvimrc ~/.gvimrc

  5. Install Bundles

    Launch vim and run NeoBundleInstall