leath-dub / snipe.nvim

Efficient targetted menu built for fast buffer navigation
155 stars 7 forks source link

Display relative path names to buffers #25

Closed farnoy closed 3 weeks ago

farnoy commented 3 weeks ago

18

leath-dub commented 3 weeks ago

LGTM, Ill make sure in the morning and test it out. Thanks for the PR!

leath-dub commented 3 weeks ago

This code should probably be around https://github.com/leath-dub/snipe.nvim/blob/main/lua/snipe/init.lua#L305 instead as annotate_with_tags is agnostic to the producer.

farnoy commented 3 weeks ago

I moved it to get_buffer_name, is that what you had in mind?

leath-dub commented 3 weeks ago

This is good, thanks for the contribution !