remove unnecessary config (is already included in vim-sensible)

This commit is contained in:
Thomas Lindner 2015-11-04 14:40:21 +01:00
parent 6261a14458
commit 3483e0dcf9

3
vimrc
View file

@ -1,7 +1,4 @@
set sts=4 sw=4 et
if &shell =~# 'fish$'
set shell=/bin/sh
endif
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()