vim: better listchars and highlights
This commit is contained in:
parent
f5dd2bd54b
commit
5805ab5e5f
1 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,7 @@ set shada=h,'100,<1000,s1000,/1000,:1000,n$XDG_DATA_HOME/nvim/shada/main.shada
|
||||||
if has('multi_byte') && &encoding ==? 'utf-8'
|
if has('multi_byte') && &encoding ==? 'utf-8'
|
||||||
set fillchars=vert:┃,fold:·
|
set fillchars=vert:┃,fold:·
|
||||||
set showbreak=⤷ " prefix for wrapped lines
|
set showbreak=⤷ " prefix for wrapped lines
|
||||||
set listchars=tab:▷\ ,extends:»,precedes:«,trail:· " invisible chars
|
set listchars=tab:»\ ,extends:…,precedes:…,trail:·,conceal:┊,eol:↲
|
||||||
endif
|
endif
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
@ -136,6 +136,9 @@ call plug#begin('$XDG_DATA_HOME/nvim/plugged')
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
silent! colorscheme solarized
|
silent! colorscheme solarized
|
||||||
|
highlight NonText cterm=NONE ctermfg=10 " subtle EOL symbols
|
||||||
|
highlight Whitespace cterm=NONE ctermfg=9 " orange listchars
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Mappings {{{
|
" Mappings {{{
|
||||||
|
|
Loading…
Add table
Reference in a new issue