vim-buftabline
vim-buftabline copied to clipboard
NeoVim external GUI tabline needs to be disabled separately
I'm using the latest nvim 0.4 + windows10(64bit). This is the result when opened two buffers with:
:badd aaa
:badd bbb

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.
Found the solution:
:Guitabline 0
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
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.
@bthodla It is GuiTabline 0 (note the uppercase T) in ginit.vim (same directory as init.vim)