X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=61042d13a1a1d5512189c7077f38f956c016d851;hb=f1af57c2bf1ade2e24858bd78c766ed64ab08054;hp=a7080f8d1774a3c9af334a38235f039547af5779;hpb=7475051f66d41ab4f726866bb33c89baa1ecb506;p=shutils.git diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index a7080f8..61042d1 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -9,24 +9,13 @@ endif set lines=25 set columns=90 +au FileType tex set columns=110 + set cursorline set mousehide "set guioptions-=T - -function SetPresentationFont(mode) - if a:mode - set guifont=Liberation\ Mono\ for\ Powerline\ 12,Monospace\ Bold\ 12 - else - 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) - +set guifont=DejaVu\ Sans\ Mono\ 10,Monospace\ 10 "" {{{ vimrc.local