mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-08 11:23:46 -05:00
fixes #110
This commit is contained in:
@@ -278,6 +278,10 @@ if exists('g:gruvbox_hls_cursor')
|
||||
endif
|
||||
|
||||
let s:number_column = s:bg4
|
||||
if exists('g:gruvbox_number_column')
|
||||
let s:number_column = get(s:gb, g:gruvbox_number_column)
|
||||
endif
|
||||
|
||||
let s:sign_column = s:bg1
|
||||
|
||||
if exists('g:gitgutter_override_sign_column_highlight') &&
|
||||
|
||||
Reference in New Issue
Block a user