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

Lazyvim - Disappearing labels for commands

Open antoniorodr opened this issue 8 months ago • 2 comments

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

  1. Install the plugin creating a .lua under plugins folder
  2. Use g ("goto") and see the menu. It happens with v aswell.

Expected behavior The labels should not disappear.

Screenshots

Image

Additional context I think those shortcuts will not work correctly.

antoniorodr avatar Mar 14 '25 08:03 antoniorodr

Thanks for the report. I think this is because the current implementation overrides the key mapping; therefore the labels are removed as well.

m4xshen avatar Mar 14 '25 09:03 m4xshen

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 avatar Mar 14 '25 09:03 antoniorodr

@antoniorodr this should be fixed now!

m4xshen avatar May 13 '25 07:05 m4xshen

@m4xshen i will test it out. Thanks!

antoniorodr avatar May 13 '25 07:05 antoniorodr