mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Changed color scheme for line numbers, added highlight of current line number
This commit is contained in:
parent
fdac5a5ed3
commit
7daf05058e
@ -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 New Issue
Block a user