X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=1e5b38e712a48ae5d736fab73ee8ae3c2990d101;hb=c7e790b9b976ff4be6226a4baaaffe19c01e7aaa;hp=60c1cddaae1cd6a00fba197485a7a356d6ffc9e0;hpb=d8c81b29f9e77242b24ec42da7f88c4a696dba17;p=shutils.git diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index 60c1cdd..1e5b38e 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -1,5 +1,4 @@ - " {{{ vimrc.local if filereadable("/etc/vim/gvimrc") source /etc/vim/gvimrc @@ -11,13 +10,9 @@ set lines=25 set columns=85 set cursorline -"set mousehide -set nomousehide - -colorscheme sienna_shuber -Colo light -"Colo dark +set mousehide +colorscheme shuber-wombat function SetPresentationFont(mode) @@ -31,3 +26,13 @@ endfunction :menu Presentation.On :call SetPresentationFont(1) :menu Presentation.Off :call SetPresentationFont(0) + + +"" {{{ vimrc.local +if filereadable($HOME . "/.gvimrc-local") + source ~/.gvimrc-local +endif +" }}} + + +