Replies: 1 comment
-
Thank you @olimorris. Replace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wondered if anyone has a neat way of handling buffers which have duplicate names in the bufferline? If I have two
init.lua
buffers I like to display them asplugins/init.lua
andnvim/init.lua
instead.I have borrowed this from feline.nvim so far:
But it only works when I move through the buffers and load both the `init.lua files.
Beta Was this translation helpful? Give feedback.
All reactions