Replies: 1 comment
-
I think I found out how to do it. The examples here: Line 394 in 68ca052 LeapEnter and LeapLeave for something like this.
For my specific case informing vscode when neovim is in "leapmode", I can use the following commands in init.lua after This answer helped me: vscode-neovim/vscode-neovim#1718 (comment)
|
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
-
I am using the neovim extension for vscode. I would like to prevent a keymap from running a function when neovim is in "leap mode". That is, when I already pressed s and neovim is currently waiting for the 2 characters or the last character.
I am not sure if this is an issue with vscode but leap mode does not seem to be in operating mode in vscode.
Beta Was this translation helpful? Give feedback.
All reactions