vim: correct CursorLine highlight
This commit is contained in:
parent
bb356b7cfd
commit
1974bb0501
1 changed files with 1 additions and 2 deletions
3
vimrc
3
vimrc
|
|
@ -9,8 +9,7 @@ set encoding=utf8
|
||||||
set number
|
set number
|
||||||
set cursorline
|
set cursorline
|
||||||
|
|
||||||
highlight term=bold cterm=bold
|
highlight CursorLine term=bold cterm=bold
|
||||||
highlight trailingWhiteSpaces ctermbg=DarkYellow guibg=DarkYellow
|
|
||||||
|
|
||||||
"set list
|
"set list
|
||||||
"set listchars=tab:<-
|
"set listchars=tab:<-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue