Make vim nicer to stream
This commit is contained in:
parent
062389b4a6
commit
3a2522b59a
1 changed files with 3 additions and 2 deletions
|
@ -123,8 +123,9 @@ let
|
||||||
syntax enable
|
syntax enable
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
" When gui is running, it pretty much sets its own colors
|
" When gui is running, it pretty much sets its own colors
|
||||||
set background=light
|
set background=dark
|
||||||
set guifont=Inconsolata\ 16
|
set guifont="Iosevka Term 10"
|
||||||
|
set titlestring="Vim"
|
||||||
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