nvim show trailing white space

This commit is contained in:
Arti Zirk 2020-04-21 15:53:12 +03:00
parent 694be81349
commit 11a3865ddd
1 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,8 @@ cmap w!! w !sudo tee > /dev/null %
" F5 to save and make
:map <f5> :w \| :make<CR>
" show special chars
set list
set listchars=trail,nbsp:⎵
" TODO: toggle between listchars to show tabs and new lines