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

Deprecated function in example evil_lualine.lua #1246

Open bryanme5 opened 4 months ago

bryanme5 commented 4 months ago

When using the example of evil_line.lua, show the following error:

remove

In neovim 0.12 vim.lsp.get_active_clients() function will be [deprecated](https://neovim.io/doc/user/deprecated.html#vim.lsp.get_active_clients()), vim.lsp.get_clients() solve the problem and works perfectly