We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In lua wc.setup can take some optional parameters that can change the way the helper looks, e.g.
wc.setup
wc.setup({ window = { margin = {1, 0, 0, 0.8 }, border = "single"}, layout = { height = {min = 4, max = 150}, align = "left" }, })
That seem to be missing from nixvim.plugins.which-key and they would be nice to have.
The text was updated successfully, but these errors were encountered:
After looking over plugins/utils/which-key I realised the options exist, they are just not documented.
plugins/utils/which-key
Sorry, something went wrong.
Closing as supporting plugin's options in #1990 and also allowing undocumented options.
No branches or pull requests
In lua
wc.setup
can take some optional parameters that can change the way the helper looks, e.g.That seem to be missing from nixvim.plugins.which-key and they would be nice to have.
The text was updated successfully, but these errors were encountered: