otavioschwanck / arrow.nvim

Bookmark your files, separated by project, and quickly navigate through them.
Other
454 stars 19 forks source link

Handbook hint cut off #17

Closed sschleemilch closed 6 months ago

sschleemilch commented 6 months ago

First of all: Loving the plugin and it replaced harpoon for me <3.

I just noticed that the handbook hint is cut off for my setup. Wanted to ask whether it is something I have in my setup or whether this could be a known problem: image

Config is pretty default:

{
  "otavioschwanck/arrow.nvim",
  opts = {
    show_icons = true,
    leader_key = ";",
  },
},

Using most recent master: "arrow.nvim": { "branch": "master", "commit": "79527117368995b81aa1a77714b49d0d7535274b" },

sschleemilch commented 6 months ago

Just found out that it is fixed by disabling https://github.com/stevearc/dressing.nvim for me. Not sure that I need it though, so not a problem of this plugin I suppose?

sschleemilch commented 6 months ago

Or not... Tried the same thing on my other machine and issue is there also without dressing.

otavioschwanck commented 6 months ago

Or not... Tried the same thing on my other machine and issue is there also without dressing.

could you try with a different font?

231tr0n commented 6 months ago

This issue is reproducible for me as well using dressing.nvim. Does anyone know any workaround on how to fix this.

otavioschwanck commented 6 months ago

This issue is reproducible for me as well using dressing.nvim. Does anyone know any workaround on how to fix this.

what font and terminal are you using?

otavioschwanck commented 6 months ago

i've send a fix to increase the width, could you check ? @sschleemilch

231tr0n commented 6 months ago

This issue is reproducible for me as well using dressing.nvim. Does anyone know any workaround on how to fix this.

what font and terminal are you using?

I am using a nerd font called hurmit. Not mono type

otavioschwanck commented 6 months ago

This issue is reproducible for me as well using dressing.nvim. Does anyone know any workaround on how to fix this.

what font and terminal are you using?

I am using a nerd font called hurmit. Not mono type

could you try the last fix?

sschleemilch commented 6 months ago

could you try the last fix?

@otavioschwanck The fix works fine for me. Thanks :+1:

2024-02-26T22:46:24,937441554+01:00

My setup is:

Anyway, thanks for the fix.