Clean up tab characters
This commit is contained in:
parent
df8b0fc7fd
commit
77db9256ca
1 changed files with 2 additions and 12 deletions
14
vimrc
14
vimrc
|
@ -259,9 +259,9 @@ if has('patch-7.3.541')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('patch-8.1.0759')
|
if has('patch-8.1.0759')
|
||||||
set listchars+=tab:┆┄>
|
set listchars+=tab:┆
|
||||||
else
|
else
|
||||||
set listchars+=tab:┆┄
|
set listchars+=tab:┆
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('patch-8.1.1564')
|
if has('patch-8.1.1564')
|
||||||
|
@ -299,16 +299,6 @@ if has("patch-8.1.1719") && (executable("nodejs") || executable("node"))
|
||||||
packadd coc.nvim
|
packadd coc.nvim
|
||||||
endif
|
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.
|
" Keep this as the last config line in the file.
|
||||||
runtime vimrc.local
|
runtime vimrc.local
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue