mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-21 16:00:59 +02:00
nvim show trailing white space
This commit is contained in:
parent
694be81349
commit
11a3865ddd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user