mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
This should be reasonably close to my original forked thoughtbot dotfiles configuration. I'm sure there will be some tweaks required!
17 lines
304 B
Plaintext
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
|