Skip to content

Commit a764141

Browse files
authored
set invisible chars color
1 parent 2b4d0c3 commit a764141

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ set list listchars=tab:\-\-\>,extends:»,precedes:«,trail:⋅
4444
set matchpairs&
4545
set matchpairs+=「:」,『:』,(:),【:】
4646

47+
highlight NonText ctermbg=NONE ctermfg=240 guibg=NONE guifg=#585858
48+
highlight SpecialKey ctermbg=NONE ctermfg=240 guibg=NONE guifg=#585858
49+
4750
set incsearch
4851
set ignorecase
4952
set smartcase

0 commit comments

Comments
 (0)