You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done! It was displaying oil:// because that's part of the full buffer name, and the title was just displaying the buffer name. I added a special case for the files adapter to display the title as the file path instead; other adapters will still show the full url.
I'd like to try to avoid adding config options unless I absolutely have to. I took a lot of requests and PRs that added options for another of my plugins, and it grew to be kind of a mess :/
I'd like to be able to just have
~/.config/neovim_configs/omega/
hereI don't know why the
oil://
is therebut the
~
could be done withfnamemodify
(:~
)The text was updated successfully, but these errors were encountered: