Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 228 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 228 Bytes

vim

To use this add at least the following in ~/.vimrc:

execute pathogen#infect()
syntax on
filetype on
filetype indent on
filetype plugin on
set tabstop=2
set expandtab
set shiftwidth=2