use powerline font in gvim

This commit is contained in:
Simon Bruder 2018-05-06 10:04:48 +00:00
parent a24e81692a
commit f0b6b746b4
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -67,5 +67,5 @@ autocmd BufWinEnter * match ExtraWhitespace /\s\+$\| \+\ze\t/
set ai
if has("gui_running")
set guifont=Terminus\ 10
set guifont=Terminess\ Powerline
endif