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
Here's the issue, i have keybindings that i define in on_attach function of LSP server in nvim-lspconfig, and the keys defined here do not start whichkey at all until i press leader or [ to start some other keybindings sequence
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here's the issue, i have keybindings that i define in on_attach function of LSP server in nvim-lspconfig, and the keys defined here do not start whichkey at all until i press leader or
[
to start some other keybindings sequencewhich-key is loaded like so in another file
lua/plugins/lsp.lua
:Calling
require('which-key').register({}, {})
after last keybindings makes it recognizeF3
but notF2
for some reason..Beta Was this translation helpful? Give feedback.
All reactions