dotvim/vimrc

6 lines
113 B
VimL

set sts=4 sw=4 et
set shell=/bin/sh
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()