1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/gvimrc.local

17 lines
302 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 gruvbox