which-key.nvim icon indicating copy to clipboard operation
which-key.nvim copied to clipboard

modes.nvim

Open bennypowers opened this issue 1 year ago • 1 comments

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

bennypowers avatar Jul 18 '22 04:07 bennypowers

I'm too waiting for this

prgres avatar Jan 18 '23 11:01 prgres