1
0
Fork 0

Enabling highlight whitespace.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:24:47 +02:00
parent cdf90d8481
commit 796afdb231
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -0,0 +1,4 @@
" /etc/vim/vimrc.d/highlight-whitespace.vim
highlight whitespace ctermbg=red guibg=red
:match whitespace /\s\+$\| \+\ze\t/