May use nbsp in PS1; add it to vim list mode
dblume

dblume commited on 2022-07-22 15:39:17
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -10,7 +10,7 @@ set nofoldenable    " start unfolded
10 10
 set foldlevel=0
11 11
 set nowrap          " no wrapping text lines on the screen (exceptions below)
12 12
 set sidescroll=5
13
-set listchars+=tab:>-,precedes:<,extends:> " indicators of long lines
13
+set listchars+=tab:>-,precedes:<,extends:>,nbsp:ยท " for :set list
14 14
 
15 15
 if v:version >= 703
16 16
   " Do save the undo tree to file, but not in the local directory.
17 17