-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabs showing absolute path instead of file name #633
Comments
yet they show their gifs and stuff with just the file names. I wonder how they decided to write a WHOLE PATH to a place which its |
Probably related to #611 (comment) |
Is this still happening? What does this print? :=require('barbar.fs').basename(vim.api.nvim_buf_get_name(0)) |
This occurs for me too - I thought I was going insane with configuration. The command you provided @romgrk yields the file name for me. However the buffer/pane/window/tab (idk what it's called, sorry) shows: / for every file I have open. |
I'll try to get a minimal repro up this weekend, or even just a setup to allow others to add on to to get this showing. In the meantime, it is probably best to pin the version of this plugin to a previous release if the behavior is troublesome 🙏 |
@a-curious-coder It would help to know what you system & config are. |
System: Nvim 0.9.5 @ Ubuntu 22.04.4
The plugin was working fine until i tried to add a vim plugin called font-manager, since then i stopped using that plugin but the paths are still showing
The text was updated successfully, but these errors were encountered: