Browse Source

Show tabs as spaces in listchar

master
Arti Zirk 5 years ago
parent
commit
8af0dec58a
  1. 2
      .config/nvim/init.vim

2
.config/nvim/init.vim

@ -29,5 +29,5 @@ cmap w!! w !sudo tee > /dev/null %
" show special chars " show special chars
set list set list
set listchars=trail,nbsp:⎵ set listchars=tab:\ \ ,trail,nbsp:⎵
" TODO: toggle between listchars to show tabs and new lines " TODO: toggle between listchars to show tabs and new lines

Loading…
Cancel
Save