mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-09-18 01:03:11 +08:00
CI / Test (v7.4) (push) Canceled after 0s
CI / Test (v8.0.0000) (push) Canceled after 0s
CI / Test (v8.1.0000) (push) Canceled after 0s
CI / Test (v8.2.0000) (push) Canceled after 0s
CI / Test (v8.2.1000) (push) Canceled after 0s
CI / Test (v9.0.0000) (push) Canceled after 0s
CI / Test (v9.1.0000) (push) Canceled after 0s
reviewdog / runner / vint (push) Canceled after 0s
Any plugin that defines a :LspDeclaration command made airline load the vim-lsp extension, whose file then stops at its own g:lsp_loaded check before defining airline#extensions#lsp#init(), so airline#extensions#load() fails with E117. Test for the flag vim-lsp sets, as the extension does.