symlink to pathogen, add a basic vimrc

This commit is contained in:
Haak Saxberg 2013-08-01 19:22:01 -07:00
parent 28fa6fe281
commit a3a02b029f
2 changed files with 4 additions and 0 deletions

3
vim-files/.vimrc Normal file
View file

@ -0,0 +1,3 @@
execute pathogen#infect()
syntax on
filetype plugin indent on