Skip to content

hydra hint does not work with neovim 0.12 new feature: vim._extui #69

@aidancz

Description

@aidancz

for example:

require("vim._extui").enable({
})

require("hydra").setup({
})

require("hydra")({
	body = "z",
	heads = {
		{"h", "5zh"},
		{"l", "5zl"},
	},
})

No hint is shown until Hydra becomes inactive

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions