VimDiff: ctermfg=white

This commit is contained in:
Kolan Sh 2021-03-30 03:13:25 +03:00
parent 2e028f8a9e
commit b078e47ead
1 changed files with 4 additions and 0 deletions

4
.vimrc
View File

@ -18,6 +18,10 @@ set nocompatible " обойдёмся без стандартного vi
set backspace=indent,eol,start set backspace=indent,eol,start
set nofixendofline set nofixendofline
colorscheme desert colorscheme desert
hi DiffAdd ctermfg=white
hi DiffChange ctermfg=white
hi DiffDelete ctermfg=white
hi DiffText ctermfg=white
set number set number
nmap <F6> :set invlist<cr> nmap <F6> :set invlist<cr>
" set breakindent " https://www.linux.org.ru/forum/general/10615635?lastmod=1403800233259 " set breakindent " https://www.linux.org.ru/forum/general/10615635?lastmod=1403800233259