mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-04-25 00:12:57 +08:00
50dfca52ed
closes #2324 Note: seems like one needs to call v:lua.vim.lsp.buf_get_clients() and even then some older neovims do not understand that. So wrap it around an exists() call and hope this works for all neovims.