vim: show tabs properly
This commit is contained in:
parent
e79b0c7ff7
commit
c2775bbb06
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ set splitright
|
||||||
|
|
||||||
" Visualise trailing whitespace
|
" Visualise trailing whitespace
|
||||||
set list
|
set list
|
||||||
set listchars=trail:·,nbsp:␣
|
set listchars=tab:▸\ ,trail:·,nbsp:␣
|
||||||
|
|
||||||
" Spelling
|
" Spelling
|
||||||
set spell
|
set spell
|
||||||
|
|
Loading…
Reference in a new issue