How to show original winbar from LSP (breadcrumbs) #1085
Unanswered
MarcelRobitaille
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the amazing plugin.
Recently, I've switched to a global statusline. That means that I want to show the filename in
inactive_winbar
so that I can still see the filename of splits. However, even if I don't setwinbar
(active winbar) at all in my lualine config, now, my original winbar that's getting set from my LSP is being overwritten to an empty string by lualine.My winbar for the active split used to have something like
folder > filename > namespace > class > member function
.Is there any way to keep the original winbar for the active split?? I'm thinking something like an
original_winbar
component that I could put as a component in my active winbar.Here's my config. As you can see, I don't have
winbar
set, but it's still being overwritten as soon as I addedinactive_winbar
:Edit: I found out this is called breadcrumbs.
Beta Was this translation helpful? Give feedback.
All reactions