You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a go mode issue, an evil issue, or some issue with how C-c C-j is being translated to evil-mode keybindings, but I'm unable to rebind "g d" to evil-goto-definition or lsp-find-definition.
I've tried local-set-key, bind-key, making my own minor mode and trying to override "g d".
I have godef installed (apparently the latest version), but for some reason I can't get it to work for anything, e.g.:
So, I either need to fix godef or rebind "g d" to use the lsp find definition.
I should note, I can bind evil-goto-definition to other stuff like "g D", but this isn't ideal since all other languages use g d to jump to definition.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a go mode issue, an evil issue, or some issue with how
C-c C-j
is being translated to evil-mode keybindings, but I'm unable to rebind "g d" to evil-goto-definition or lsp-find-definition.I've tried local-set-key, bind-key, making my own minor mode and trying to override "g d".
I have
godef
installed (apparently the latest version), but for some reason I can't get it to work for anything, e.g.:This is on OSX but I get the same thing on Arch.
So, I either need to fix godef or rebind "g d" to use the lsp find definition.
I should note, I can bind evil-goto-definition to other stuff like "g D", but this isn't ideal since all other languages use g d to jump to definition.
The text was updated successfully, but these errors were encountered: