-
Notifications
You must be signed in to change notification settings - Fork 24
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
Only the current buffer is visible #20
Comments
@mnrce thanks for creating this issue and providing all the info. I'll be able to have a look into this in a week and will keep updating this issue. |
@mnrce I have just tested with neovim v0.3.7 and it works fine. Can you please try upgrading neovim and see if the issue continues to appear? |
Thanks for posting the screenshot @mnrce. I think the problem is with another plugin. Are you using |
I'm using lightline for statusline. |
@mnrce figured it out. So you probably have the Lightline Tabline enabled by default. The reason you see just one buffer, is that the Lightline Tabline actually shows the tabs and not buffers, and the tab just shows the current active buffer. All you need to do is just disable the Lightline Tabline, should be something like this:
Please confirm that it worked for you, or let me know otherwise and let's continue investigating. |
It works now, thank you. I didn't know lightline has tabline, and for some reason it worked in vim but not neovim, so I didn't think lightline was the reason. |
I am glad it worked for you @mnrce! @EdgarOrtegaRamirez @nifoc could you please check if this works for you as well? |
@EdgarOrtegaRamirez great, that's what it is supposed to look like. You can customize the colors the way you want as well as apply for fancy stuff like this. Note, the blue |
@baIIoon not sure why that didn't work for me. |
Hi,
I just installed vim-buffet in neovim using vim-plug, after restarting neovim, the tabline appear, but it only showed with the active buffer only, not any other buffers.
I tested in vim 8.1 and it showed fine.
I'm using neovim 0.3.5.
Please tell me if I need to provide any more information, thanks.
The text was updated successfully, but these errors were encountered: