vim: update
[shutils.git] / dotfiles / vim / .gvimrc
index a595464deec3f8c6341533b1c6c59d59ae786a88..61042d13a1a1d5512189c7077f38f956c016d851 100644 (file)
@@ -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\ 8
-       endif
-endfunction
-
-:menu Presentation.On  :call SetPresentationFont(1)<CR>
-:menu Presentation.Off :call SetPresentationFont(0)<CR>
-
-"call SetPresentationFont(0)
-
+set guifont=DejaVu\ Sans\ Mono\ 10,Monospace\ 10
 
 
 "" {{{ vimrc.local