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