hydra.nvim icon indicating copy to clipboard operation
hydra.nvim copied to clipboard

fix: restore eventignore from "all" to "" after showing hydra window

Open jedrzejboczar opened this issue 2 years ago • 2 comments

It looks like vim.o.eventignore = nil does not work and eventignore stays with value "all", at last in my setup. Setting it to an empty string fixes the problem.

jedrzejboczar avatar Nov 28 '23 11:11 jedrzejboczar

It seems like this plugin is not maintained.

hinell avatar Dec 01 '23 10:12 hinell

This has been patched in a fork of hydra already :) https://github.com/nvim-island/hydra.nvim

miversen33 avatar Dec 03 '23 21:12 miversen33