mirror of
https://github.com/amix/vimrc
synced 2025-06-16 09:35:01 +08:00
Updated plugins
This commit is contained in:
@ -52,6 +52,7 @@ endfunction
|
||||
|
||||
function! lightline#ale#linted() abort
|
||||
return get(g:, 'ale_enabled', 0) == 1
|
||||
\ && getbufvar(bufnr(''), 'ale_enabled', 1)
|
||||
\ && getbufvar(bufnr(''), 'ale_linted', 0) > 0
|
||||
\ && ale#engine#IsCheckingBuffer(bufnr('')) == 0
|
||||
endfunction
|
||||
|
Reference in New Issue
Block a user