X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=a7080f8d1774a3c9af334a38235f039547af5779;hb=7475051f66d41ab4f726866bb33c89baa1ecb506;hp=1b2d6e690ed361c99ce97428dcc18c6ebc3d4ac4;hpb=e24bd8b17586664e83ea84ea35ea8a05a486d6a8;p=shutils.git diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index 1b2d6e6..a7080f8 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -7,22 +7,33 @@ endif set lines=25 -set columns=85 +set columns=90 set cursorline set mousehide - -colorscheme shuber-wombat +"set guioptions-=T function SetPresentationFont(mode) if a:mode - set guifont=Monospace\ Bold\ 12 + set guifont=Liberation\ Mono\ for\ Powerline\ 12,Monospace\ Bold\ 12 else - set guifont=Monospace\ 10 + set guifont=Liberation\ Mono\ for\ Powerline\ 10,Monospace\ 10 endif endfunction :menu Presentation.On :call SetPresentationFont(1) :menu Presentation.Off :call SetPresentationFont(0) +"call SetPresentationFont(0) + + + +"" {{{ vimrc.local +if filereadable($HOME . "/.gvimrc-local") + source ~/.gvimrc-local +endif +" }}} + + +