You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting following deprecation warning when using kickstart configuration:
The `require('lspconfig')`"framework" is deprecated, use vim.lsp.config (see :help lspconfig-nvim-0.11) instead.
Feature will be removed in nvim-lspconfig v3.0.0
stack traceback:
...
Kickstart.nvim relies on the require('lspconfig') API, which will be removed in nvim-lspconfig v3.0.0. To ensure forward compatibility with Neovim 0.11+ and upcoming nvim-lspconfig releases, the Kickstart.nvim should migrate to vim.lsp.config.
yelinaung, star-bird, lokesh-krishna, mikeakers, guru245 and 4 more