Skip to content

[Suggestion] default lsp key mappings in neovim v0.11.0 will interfere existing key mappings in lspconfig #1436

@leoc-22

Description

@leoc-22

in neovim v0.11.0 a list of default ksp key mappings is added neovim/neovim#28650. this will interfere with the mappings in this repo, in particular: https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua#L541.

since im already used to using the telescope's lsp commands, i ended up disabled all the newly introduced lsp mappings:

vim.keymap.del('n', 'grn')
vim.keymap.del('n', 'grr')
vim.keymap.del('n', 'gri')
vim.keymap.del('n', 'gra')

but im wondering if there is a better way of doing this?

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