Changed color scheme for line numbers, added highlight of current line number
This commit is contained in:
parent
fdac5a5ed3
commit
7daf05058e
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" cursor line
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
highlight CursorLine ctermbg=NONE cterm=NONE gui=NONE
|
||||
highlight LineNr ctermfg=darkgrey
|
||||
set cursorline
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => my custom settings
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue