X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=a7080f8d1774a3c9af334a38235f039547af5779;hb=7475051f66d41ab4f726866bb33c89baa1ecb506;hp=60c1cddaae1cd6a00fba197485a7a356d6ffc9e0;hpb=d8c81b29f9e77242b24ec42da7f88c4a696dba17;p=shutils.git diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index 60c1cdd..a7080f8 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -1,5 +1,4 @@ - " {{{ vimrc.local if filereadable("/etc/vim/gvimrc") source /etc/vim/gvimrc @@ -8,26 +7,33 @@ endif set lines=25 -set columns=85 +set columns=90 set cursorline -"set mousehide -set nomousehide - -colorscheme sienna_shuber -Colo light -"Colo dark - +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 +" }}} + + +