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
|
||||
if has('gui_running')
|
||||
" When gui is running, it pretty much sets its own colors
|
||||
set background=light
|
||||
set guifont=Inconsolata\ 16
|
||||
set background=dark
|
||||
set guifont="Iosevka Term 10"
|
||||
set titlestring="Vim"
|
||||
else
|
||||
" If we're in a terminal, then we stay default, terminal will choose
|
||||
" which colors it likes.
|
||||
|
|
Loading…
Reference in a new issue