tamton-aquib / staline.nvim

A modern lightweight statusline and bufferline plugin for neovim in lua.
MIT License
380 stars 17 forks source link

Replace deprecated API call #70

Closed DeusProx closed 5 months ago

DeusProx commented 5 months ago

Since neovim v0.10 the API call vim.lsp.get_active_clients was deprecated and replaced by the function call vim.lsp.get_clients.

This seems to be already known since there was a comment in the code about it and I assume this was done to be compatible with older neovim version, but for me it now bubbles up as a warning each time I start neovim.

tamton-aquib commented 5 months ago

Thank you for the change.

Could you also change the requirement section accordingly in the README while you're at it? 😅

DeusProx commented 5 months ago

Thanks for the quick response. I updated the requirements in the README accordingly.

tamton-aquib commented 5 months ago

Great, thanks!