Make vim nicer to stream, second take
This commit is contained in:
parent
3a2522b59a
commit
a9b68402bb
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue