Replies: 1 comment
-
Correction - overriding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Neovim 0.11 stopped using
vim.lsp.handlers
for most of the common methods, such asdefinition
and others. I wasn't able to find a clean way to replace those handlers again.I tried replacing
vim.lsp.buf.<method>
, but those get set per LSP. Even then, autocmd forLspAttach
didn't help either. I would like to avoid having to remap all of my keybinds (often duplicated method mappings) on every lsp start.Beta Was this translation helpful? Give feedback.
All reactions