Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 488 Bytes

I'm a vim newbie. I code primarily in MacVim but I also use gvim on an Ubuntu box.

I decided to keep history of my .vimrc config and will be adding stuff in this repository as I discover more features of this awesome editor.

To use this repository:

  1. clone the repository to ~/.vim with:

     git clone git@github.com:schwarzmx/dotvim.git ~/.vim
    
  2. Create the symbolic links to the .vim folder with the following command (within ~/.vim/):

     ./install.sh
    

Have fun coding!