Minor refinements to vimrc

Update the list of invisible characters.  Include spaces to the list.
This commit is contained in:
Protesilaos Stavrou 2019-04-05 23:02:24 +03:00
parent 7a5c0ce822
commit 29e209c8d8
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -72,9 +72,7 @@ set wildignore+=node_modules/*,bower_components/*,vendor/*,.vendor/*,_site/*,.gi
" buffers
set confirm " ask for confirmation when quitting a file that has changes
set hidden " hide buffers
"set listchars=tab:\ ,eol:¬,trail:⋅,extends:>,precedes:<,nbsp:+ " invisible characters to display (with :set list)
"
set listchars=tab:→\ ,nbsp:␣,trail:•,eol,precedes,extends
set listchars=tab:\ ,space,nbsp:␣,trail:•,eol,precedes,extends" invisible characters to display (with :set list)
" tabs
set autoindent " indent automatically (useful for formatoptions)