diff options
| -rw-r--r-- | plugin/trailing-white-space.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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:⍽ |