hardtime.nvim
hardtime.nvim copied to clipboard
Lazyvim - Disappearing labels for commands
Describe the bug When installing hardtime, some labels disappears from the picker menu.
Config options
return {
"m4xshen/hardtime.nvim",
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
config = function()
require("hardtime").setup()
end,
}
To Reproduce
- Install the plugin creating a .lua under plugins folder
- Use g ("goto") and see the menu. It happens with v aswell.
Expected behavior The labels should not disappear.
Screenshots
Additional context I think those shortcuts will not work correctly.
Thanks for the report. I think this is because the current implementation overrides the key mapping; therefore the labels are removed as well.
Thanks @m4xshen for at you are checking in to it.
I can possibly take a look as well, but I won’t be home until Wednesday next week, so you might have it fixed by then.
@antoniorodr this should be fixed now!
@m4xshen i will test it out. Thanks!