5 ms·
It's documented here (with migration steps): https://github.com/neovim/nvim-lspconfig#important-%EF%B8%8F https://github.com/neovim/nvim-lspconfig#important-%E
by justinmk 6mo ago
It's documented here (with migration steps):
https://github.com/neovim/nvim-lspconfig#important-%EF%B8%8F https://github.com/neovim/nvim-lspconfig#important-%EF%B8%8F
and in a pinned issue.
and nvim-lspconfig :help has a migration guide:
https://github.com/neovim/nvim-lspconfig/blob/16812abf0e8d8175155f26143a8504e8253e92b0/doc/lspconfig.txt#L179 https://github.com/neovim/nvim-lspconfig/blob/16812abf0e8d81...
- chrysoprace 6mo agoIt's still not super intuitive with a non-trivial config and plugins. I had enough things that hooked into LSP (Mason, linting, inlay hints, etc.) that I needed to spend a couple of weekend afternoons moving my configs over. For a lot of my config it was an all or nothing migration.