VIM: Adds listchars variable

Newlines, trailing spaces and tabs will now be shown by unicode
characters
master
Jonathan Hodgson 4 years ago
parent 144a01b4d2
commit 409d99d713
  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