1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/gvimrc.local
Dan Barber edbff6109e Initial commit
This should be reasonably close to my original forked thoughtbot
dotfiles configuration. I'm sure there will be some tweaks required!
2015-11-25 18:06:42 +00:00

17 lines
304 B
Plaintext

" Remove scrollbars
set guioptions-=R
set guioptions-=r
set guioptions-=L
set guioptions-=l
" Set GUI font according to OS
if has("gui_macvim")
set guifont=Source\ Code\ Pro:h14
elseif has("gui_gtk2")
set guifont=Source\ Code\ Pro\ 10
endif
" Color scheme
set background=dark
colorscheme Solarized