From b4a8cc74a97089af149ab4dde09d3912a68d0aea Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 4 Apr 2022 15:37:54 +0200 Subject: [PATCH] [nvim] Enable list chars to display tabs, trailing spaces etc. --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 24eba12..6e8c6cf 100644 --- a/.vimrc +++ b/.vimrc @@ -49,6 +49,9 @@ call plug#end() :set colorcolumn=93 :highlight ColorColumn guibg=gray5 +" Show trailing whitespace etc +:set list listchars=tab:>-,trail:-,nbsp:+ + "Misc keymappings and configurations :imap jk :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions