Skip to content

Deprecation Warning: require('lspconfig') framework deprecated in favor of vim.lsp.config #1776

@aamernabi

Description

@aamernabi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions