-
Notifications
You must be signed in to change notification settings - Fork 170
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
Buffer list not shown #366
Comments
I can confirm this issue. |
I am having this problem, too. |
The reason for this is airline's buffer line reuses the tabline which is handled by nvim-qt. You can turn off the gui tabline with the |
That works, thanks! Is there an configuration that can be used instead of opening nvim-qt with that option? (in |
No, there isn't currently. I'd recommend making a copy of nvim-qt.desktop in |
Now that #431 is merged, you can use |
Thanks @BoltsJ ! It works perfectly! :) |
Closing this then. |
Hi, (On a related note, I'm not sure if we should have GuiTabline enabled by default. In 0.2.9 it's not rendered at all, and on master it only shows the current buffer, whereas when disabled airline displays all open buffers.) EDIT: Not showing all buffers seems to be specific to airline - when manually creating tabs in a vanilla config it works as expected. |
Some infos first:
Operating System: KDE Neon (Ubuntu 16.04)
Compiler version: g++ (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
QT version: 5.9 (qt5-default/xenial,now 5.9.3+dfsg-0neon+16.04+xenial+build41 amd64)
Build version: latest git version, commit 539522c
Problem:
In the GUI version the buffer list (created by vim-airline) is not shown. Here are 2 screenshots to visualize the issue:
Nvim in Konsole:
Neovim-qt:
I'm using lots of buffers and the list prevents me from getting lost :)
The text was updated successfully, but these errors were encountered: