Removed all old bash cruft, supporting only zsh now. Improved README
This commit is contained in:
5
vimrc
5
vimrc
@@ -135,16 +135,13 @@ if has("gui_running")
|
||||
|
||||
" http://ethanschoonover.com/solarized/vim-colors-solarized
|
||||
colorscheme solarized
|
||||
|
||||
|
||||
set background=dark
|
||||
|
||||
set guitablabel=%M%t
|
||||
set lines=60
|
||||
set columns=190
|
||||
|
||||
set guifont=Monaco:h17
|
||||
set guifont=Inconsolata:h20 " if available, this one is nicer
|
||||
set guifont=Inconsolata:h20,Monaco:h17
|
||||
else
|
||||
"dont load csapprox if we no gui support - silences an annoying warning
|
||||
let g:CSApprox_loaded = 1
|
||||
|
||||
Reference in New Issue
Block a user