X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=1e5b38e712a48ae5d736fab73ee8ae3c2990d101;hb=c7e790b9b976ff4be6226a4baaaffe19c01e7aaa;hp=3c6d7ab484a5cd8f7b11ecf08aea8c623281d3a4;hpb=455842494106c4f7f3906536074ae2d629ed612b;p=shutils.git diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index 3c6d7ab..1e5b38e 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -10,10 +10,9 @@ set lines=25 set columns=85 set cursorline -"set mousehide -set nomousehide +set mousehide -colorscheme shuber +colorscheme shuber-wombat function SetPresentationFont(mode) @@ -27,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 +" }}} + + +