mirror of
https://github.com/amix/vimrc
synced 2025-07-04 15:04:59 +08:00
Merge remote-tracking branch 'mainline/master'
* mainline/master: Update README.md Updated all the plugins. Removed powerline. Added vim-airline (replacement for powerline). Added vim-fugitive. Updated plugins Updated plugins Fix conditional in vimrcs/extended.vim
This commit is contained in:
@ -17,7 +17,7 @@ if has("mac") || has("macunix")
|
||||
set gfn=Menlo:h15
|
||||
elseif has("win16") || has("win32")
|
||||
set gfn=Bitstream\ Vera\ Sans\ Mono:h11
|
||||
elseif has("linux")
|
||||
elseif has("unix")
|
||||
set gfn=Monospace\ 11
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user