mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-10 04:13:47 -05:00
fixes #110
This commit is contained in:
@@ -278,6 +278,10 @@ if exists('g:gruvbox_hls_cursor')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let s:number_column = s:bg4
|
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
|
let s:sign_column = s:bg1
|
||||||
|
|
||||||
if exists('g:gitgutter_override_sign_column_highlight') &&
|
if exists('g:gitgutter_override_sign_column_highlight') &&
|
||||||
|
|||||||
Reference in New Issue
Block a user