VIM: Adds listchars variable

Newlines, trailing spaces and tabs will now be shown by unicode
characters
Jonathan Hodgson 4 years ago
parent ee55fe56cc
commit e09dac1b3c
  1. 3
      nvim/.config/nvim/plugin/settings.vim

@ -28,3 +28,6 @@ set autoindent
set smartindent
set shiftwidth=4
set tabstop=4
" Add invisivle character reperesentation
set list listchars=tab:»\ ,trail:\␣,eol:↩

Loading…
Cancel
Save