Skip to content
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

NeoVim external GUI tabline needs to be disabled separately #65

Open
aj3423 opened this issue Feb 16, 2019 · 4 comments
Open

NeoVim external GUI tabline needs to be disabled separately #65

aj3423 opened this issue Feb 16, 2019 · 4 comments
Labels

Comments

@aj3423
Copy link

aj3423 commented Feb 16, 2019

I'm using the latest nvim 0.4 + windows10(64bit).
This is the result when opened two buffers with:

:badd aaa
:badd bbb

image

My config in vimrc:

Plug 'ap/vim-buftabline'
let g:buftabline_show=1
let g:buftabline_numbers=2
let g:buftabline_indicators='on'

Why there is a tabline, not buffer line ? How to make it same as in the demo screenshot? Thanks.

@aj3423
Copy link
Author

aj3423 commented Feb 17, 2019

Found the solution:

:Guitabline 0

@aj3423 aj3423 closed this as completed Feb 17, 2019
@ap ap changed the title tab displayed instead of buffer line NeoVim external GUI tabline needs to be disabled separately Feb 17, 2019
@ap
Copy link
Owner

ap commented Feb 17, 2019

Thanks for tracking that down! I’m not a NeoVim user so it could have taken me a while. I’m reopening this because the plugin ought to take care of this automatically, much as it already does for GVim’s GUI tabs.

Relevant links:
https://github.com/equalsraf/neovim-gui-shim/blob/master/plugin/nvim_gui_shim.vim
https://github.com/equalsraf/neovim-gui-shim/blob/master/doc/nvim_gui_shim.txt

@ap ap reopened this Feb 17, 2019
@ap ap added the bug label Feb 17, 2019
@bthodla
Copy link

bthodla commented Oct 3, 2019

Found the solution:

:Guitabline 0

Thanks for taking the time out to figure this out.

However, it didn't work for me. I get an error saying that it is not an editor command.

@oxysoft
Copy link

oxysoft commented Dec 24, 2019

@bthodla It is GuiTabline 0 (note the uppercase T) in ginit.vim (same directory as init.vim)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants