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.