mirror of
https://github.com/amix/vimrc
synced 2025-07-12 06:05:01 +08:00
Changed color scheme for line numbers, added highlight of current line number
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" cursor line
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
highlight CursorLine ctermbg=NONE cterm=NONE gui=NONE
|
||||
highlight LineNr ctermfg=darkgrey
|
||||
set cursorline
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => my custom settings
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
Reference in New Issue
Block a user