Cleanup
This commit is contained in:
parent
a184f231a6
commit
d219ef6586
@ -1,12 +1,5 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
if &shell =~ 'bin/fish'
|
|
||||||
set shell=/bin/sh
|
|
||||||
endif
|
|
||||||
|
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
|
||||||
execute pathogen#infect()
|
|
||||||
|
|
||||||
filetype indent plugin on
|
filetype indent plugin on
|
||||||
colorscheme molokai
|
colorscheme molokai
|
||||||
syntax enable
|
syntax enable
|
||||||
@ -59,3 +52,7 @@ if has('gui_running')
|
|||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if &shell =~ 'bin/fish'
|
||||||
|
set shell=/bin/sh
|
||||||
|
endif
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
" vim-pathogen
|
||||||
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
|
execute pathogen#infect()
|
||||||
|
|
||||||
" ag.vim
|
" ag.vim
|
||||||
let g:ag_working_path_mode="r"
|
let g:ag_working_path_mode="r"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user