dotvim/vimrc

6 lines
113 B
VimL
Raw Normal View History

2015-10-30 13:43:55 +00:00
set sts=4 sw=4 et
2015-10-30 13:54:16 +00:00
set shell=/bin/sh
2015-10-30 13:43:55 +00:00
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()