vimrc: restore dark background

This commit is contained in:
Aminda Suomalainen 2020-07-07 19:34:11 +03:00
parent b049b705a6
commit c76ba54285
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set number " Show line numbers.
set ruler " Show the line and column number of the cursor position,
" separated by a comma.
set background=light
set background=dark
"Use modelines!
set modeline