add global bones_compat option
This commit is contained in:
@@ -5,7 +5,7 @@ endif
|
||||
let g:colors_name = 'vimbones'
|
||||
set background=light
|
||||
|
||||
if has('nvim') && (!exists('g:' . g:colors_name . '_compat') || g:{g:colors_name}_compat == 0)
|
||||
if has('nvim') && !bones#_compat(g:colors_name)
|
||||
lua require("zenbones.util").apply_colorscheme()
|
||||
finish
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user