fix (vimrc): if one enables automatic adjust of the appearance this leads to decreased readability

This commit is contained in:
eeemsi 2023-08-09 20:58:35 +02:00
parent 257eae5c3e
commit ce6d070859

3
vimrc
View File

@ -7,9 +7,6 @@ set nomodeline
" avoid creating a swapfile " avoid creating a swapfile
set noswapfile set noswapfile
" Adjust the default color groups for a dark or light background, respectively.
set background=dark
" Highlight the screen line of the cursor " Highlight the screen line of the cursor
set cursorline set cursorline