rgroli / other.nvim

Open alternative files for the current buffer
MIT License
387 stars 29 forks source link

File path #23

Closed timtyrrell closed 1 year ago

timtyrrell commented 1 year ago

I was looking to shift over to this plug from projectionist but nothing something weird related to path. When I trigger :Other I see the full path on my machine:

Screen Shot 2022-11-24 at 5 53 04 PM

And when opened, it shows the full path as seen in my airline plugin, as well:

Screen Shot 2022-11-24 at 6 01 11 PM

Where normally it only shows the local path scoped to the repo I am working on, for example:

Screen Shot 2022-11-24 at 6 00 56 PM

Is there any more info I can provide to debug this? I don't know that this is an issue, but annoying/distracting, thanks!

rgroli commented 1 year ago

@timtyrrell The filepicker shows the path relative to the cwd now. I can't say anything about airline though.

I have been using lualine for ages and there is an option to display any path absolute or relative to the cwd. Maybe there is something similar in airline..

timtyrrell commented 1 year ago

I switched to lualine a while back 👍