LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

Fix client.resolved_capabilities is deprecated #220

Closed datsudo closed 1 year ago

datsudo commented 1 year ago

Full error:

[LSP] Accessing client.resolved_capabilities is deprecated, update your
plugins or configuration to access client.server_capabilities instead.
The new key/value pairs in server_capabilities directly match those
defined in the language server protocol.

Sources: nvim-lsconfig issue #1891 LSP Specifications