mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-16 23:43:42 -05:00
Merge branch 'nrhodes91-fix/nvim-background-check'
This commit is contained in:
@@ -224,7 +224,7 @@ function! lightline#colorscheme#flatten(p) abort
|
|||||||
return a:p
|
return a:p
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running') || ( has('nvim') && &termguicolors )
|
||||||
function! lightline#colorscheme#background() abort
|
function! lightline#colorscheme#background() abort
|
||||||
return &background
|
return &background
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user