This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
[BUG] Jump to definition bind from <leader> c d
is overridden by diagnostics
#427
Labels
scope: bug
Something isn't working
I just spent a fair while thinking the language server didn't work or I'm not understanding something because I don't see a "Jump to Definition" option. Eventually using the
gd
I found it was fine but I was still confused why<leader> c
wouldn't have it as an option.Well you do, but it is overridden by diagnostics.
https://github.com/doom-neovim/doom-nvim/blob/main/lua/doom/modules/features/lsp/init.lua#L355
https://github.com/doom-neovim/doom-nvim/blob/main/lua/doom/modules/features/lsp/init.lua#L368
Diagnostics should probably be set to something else.
Also pressing
g
doesn't give any of the LSP stuff in the help there either, but I assume that is by design.The text was updated successfully, but these errors were encountered: