Variable to see if Himalaya is active #410
dennis-n-schneider
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
What do you mean by "to check if Himalaya is currently opened in this nvim session"? If one of the listing/reading/writing buffer is open? |
Beta Was this translation helpful? Give feedback.
5 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.
-
In order to write plugin-local key bindings, I would like to know if there is a variable I can use to check if Himalaya is currently opened in this nvim session. So far I couldn't find anything on this, but for custom keybindings this would be very important. (Compare e.g. to coc's "coc#pum#visible" which checks if the popup-menu is currently visible, resulting in keybindings only triggering when actually using the plugin).
Beta Was this translation helpful? Give feedback.
All reactions