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
1 changed files with 2 additions and 1 deletions

View File

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