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

modes.nvim #313

Open
bennypowers opened this issue Jul 18, 2022 · 1 comment
Open

modes.nvim #313

bennypowers opened this issue Jul 18, 2022 · 1 comment

Comments

@bennypowers
Copy link

From the modes.nvim readme:

  • Some Which Key presets conflict with this plugin. For example, d and y operators will not > apply highlights if operators = true because Which Key takes priority

Workaround:

require('which-key').setup({
	plugins = {
		presets = {
			operators = false,
		},
	},
})

Perhaps which-key could solve this with a callback or autocmd which allows the caller to override or modify which-key behaviour, like how middleware functions can modify res/req in web frameworks.

cc @mvllow

@prgres
Copy link

prgres commented Jan 18, 2023

I'm too waiting for this

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

No branches or pull requests

2 participants