X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=a7080f8d1774a3c9af334a38235f039547af5779;hb=7475051f66d41ab4f726866bb33c89baa1ecb506;hp=3c6d7ab484a5cd8f7b11ecf08aea8c623281d3a4;hpb=455842494106c4f7f3906536074ae2d629ed612b;p=shutils.git diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index 3c6d7ab..a7080f8 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -7,23 +7,33 @@ endif set lines=25 -set columns=85 +set columns=90 set cursorline -"set mousehide -set nomousehide - -colorscheme shuber +set mousehide +"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 +" }}} + + +