Browse Source

[nvim] Enable list chars to display tabs, trailing spaces etc.

master
Fredrik Ekre 4 years ago
parent
commit
b4a8cc74a9
  1. 3
      .vimrc

3
.vimrc

@ -49,6 +49,9 @@ call plug#end()
:set colorcolumn=93 :set colorcolumn=93
:highlight ColorColumn guibg=gray5 :highlight ColorColumn guibg=gray5
" Show trailing whitespace etc
:set list listchars=tab:>-,trail:-,nbsp:+
"Misc keymappings and configurations "Misc keymappings and configurations
:imap jk <Esc> :imap jk <Esc>
:set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions

Loading…
Cancel
Save