Set the Tab in darkgray instead of light
This commit is contained in:
parent
a98f4d05be
commit
4e588200b0
2
vimrc
2
vimrc
|
@ -873,7 +873,7 @@ au BufWritePost * call ModeChange()
|
|||
set list
|
||||
set listchars=eol:¬,trail:\
|
||||
" Afficher les espaces superflus et les tabulations en gris clair
|
||||
highlight ExtraWhitespace ctermbg=lightgray guibg=lightred
|
||||
highlight ExtraWhitespace ctermbg=darkgray guibg=lightred
|
||||
match ExtraWhitespace /\s\+$\|\t/
|
||||
|
||||
" Suppression automatique des espaces superflus (avant sauvegarde)
|
||||
|
|
Loading…
Reference in New Issue