X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=61042d13a1a1d5512189c7077f38f956c016d851;hb=5924be30bd64b943cb33a927f26316477a43da1c;hp=8bbfa5e4366f25b8aee078f5f43a842183e7ead3;hpb=9fef42756f5fd61ea6b19d1c4cd628c8d9fa92ce;p=shutils.git diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index 8bbfa5e..61042d1 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -7,25 +7,15 @@ endif set lines=25 -set columns=88 +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