From 77db9256cabf652e91ac7484b871227b164ff9f6 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 12 Apr 2023 16:11:54 +0100 Subject: [PATCH] Clean up tab characters --- vimrc | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/vimrc b/vimrc index 8cc0805..e3d0775 100644 --- a/vimrc +++ b/vimrc @@ -259,9 +259,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') @@ -299,16 +299,6 @@ if has("patch-8.1.1719") && (executable("nodejs") || executable("node")) packadd coc.nvim endif -" Customise colour schemes. Keep this near the end. -if &background ==# 'light' - highlight SpecialKey ctermfg=lightgray ctermbg=NONE - \ guifg=lightgray guibg=NONE -else - highlight SpecialKey ctermfg=darkgray ctermbg=NONE - \ guifg=darkgray guibg=NONE -endif -highlight ColorColumn ctermfg=NONE guifg=NONE - " Keep this as the last config line in the file. runtime vimrc.local