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

master
Thomas Lindner 2015-11-04 14:40:21 +01:00
parent 6261a14458
commit 3483e0dcf9
1 changed files with 0 additions and 3 deletions

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()