nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
6.02k stars 462 forks source link

fix: Display all active LSPs as comma separated string #1222

Open tolivb opened 6 months ago

tolivb commented 6 months ago

evil_example.lua was showing just one of the active LSPs. Now all active LSPs will be presented as comma separated string.

Some deprecated functions are not used anymore.