1
0
Fork 0
mirror of synced 2024-06-03 07:51:09 -04:00

Added windows font

This commit is contained in:
vignesh 2016-11-28 22:03:51 +05:30
parent 2091a877b1
commit 3a2529b801

View file

@ -1,8 +1,19 @@
set cmdheight=1
nmap <leader>q :q<cr>
set gfn=Source\ Code\ Pro\ for\ Powerline\ Medium\ 11
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
if has("mac") || has("macunix")
set gfn=Hack:h14,Source\ Code\ Pro:h15,Menlo:h15
elseif has("win16") || has("win32")
set gfn=Source_Code_Pro_Medium:h12,Bitstream\ Vera\ Sans\ Mono:h11
elseif has("gui_gtk2")
set gfn=Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
elseif has("linux")
set gfn=Source\ Code\ Pro\ for\ Powerline\ Medium\ 11
elseif has("unix")
set gfn=Monospace\ 11
endif
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Nerd Tree Config
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif