Make vim nicer to stream, second take

This commit is contained in:
eeva 2018-05-13 20:21:04 +03:00
parent 3a2522b59a
commit a9b68402bb

View File

@ -125,7 +125,8 @@ let
" When gui is running, it pretty much sets its own colors " When gui is running, it pretty much sets its own colors
set background=dark set background=dark
set guifont="Iosevka Term 10" set guifont="Iosevka Term 10"
set titlestring="Vim" set notitle
set guioptions=a
else else
" If we're in a terminal, then we stay default, terminal will choose " If we're in a terminal, then we stay default, terminal will choose
" which colors it likes. " which colors it likes.