fixed fonts for windows

moveTools
Adam Veldhousen 9 years ago
parent 5a44faef30
commit 78d258cec5

@ -256,11 +256,10 @@ function! StripWhitespace()
endfunction
noremap <leader>ss :call StripWhitespace()<CR>
set guifont=Literation\ Mono\ for\ Powerline:h12,Literation_Mono_for_Powerline:h12,Inconsolata\ for\ Powerline:h10,Ubuntu\ Mono:h26,Consolas:h12,Courier:h12
if has('gui_running')
"set go =mt
set guifont=Ubuntu\ Mono\ derivative\ Powerline 10,Ubuntu\ Mono\ derivative\ Powerline:h10,Consolas:h12
set go =mt
set guifont=Literation\ Mono\ for\ Powerline:h12,Literation_Mono_for_Powerline:h12,Inconsolata\ for\ Powerline:h10,Ubuntu\ Mono:h26,Consolas:h12,Courier:h12
endif
let g:ruby_path = ':C:\ruby193\bin'
Loading…
Cancel
Save