diff --git a/vimrc b/vimrc index 4d09e03..e0b7f9f 100644 --- a/vimrc +++ b/vimrc @@ -280,9 +280,9 @@ if has('patch-7.3.541') endif if has('patch-8.1.0759') - set listchars+=tab:┆   + set listchars+=tab:│   else - set listchars+=tab:┆  + set listchars+=tab:│  endif if has('patch-8.1.1564') @@ -306,6 +306,7 @@ endif if has('syntax') syntax on + highlight NonText guibg=NONE guifg=#F0F0F0 endif if has('viminfo')