Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add g:which_key_floating_opts_explicit and g:which_key_floating_vars #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rene-descartes2021
Copy link
Collaborator

@rene-descartes2021 rene-descartes2021 commented Nov 30, 2022

Fixes #210 and helps somewhat with #180.

Doesn't add any complex abstraction over the different Vim/Neovim APIs. Just passes on the options the end-user wants and let Vim deal with any problems.

g:which_key_floating_opts_explicit entries are set on the floating window at creation via the {options} parameter, e.g. border.

g:which_key_floating_vars entries are set on the floating window after creation via setwinvar(), e.g. &winblend.

The documentation details both examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to make the background transparent?
1 participant