Zeioth / heirline-components.nvim

Distro agnostic components for your Neovim heirline config
GNU General Public License v3.0
96 stars 4 forks source link

Remove deprecation warnings in neovim 11 #5

Closed brunnseb closed 5 months ago

Zeioth commented 5 months ago

You just made me aware vim.lsp.get_clients() is necessary because vim.lsp.get_clients() is already not present in nvim 0.11. Thank you so much. I'm gonna add this to all my other projects too.