From 327a82cc12cc4487fceef9eee546a3a557a178f0 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 17 Aug 2024 03:50:47 +0200 Subject: Color NBSP ! 🌈 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/trailing-white-space.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/trailing-white-space.vim b/plugin/trailing-white-space.vim index c0f2887..aa005d2 100644 --- a/plugin/trailing-white-space.vim +++ b/plugin/trailing-white-space.vim @@ -1,6 +1,9 @@ hi ExtraWhitespaces ctermbg=238 guibg=#904030 match ExtraWhitespaces /\s\+$/ +hi NonBreakingSpace ctermfg=237 guifg=#FFB200 +match NonBreakingSpace / / + " Show special chars " set list "set listchars=tab:›\ ,trail:ꞏ,extends:♯,eol:¬,nbsp:⍽ -- cgit v1.3-2-g11bf