ap / vim-buftabline

Forget Vim tabs – now you can have buffer tabs
http://www.vim.org/scripts/script.php?script_id=5057
MIT License
782 stars 75 forks source link

Remove underline #37

Closed luytsm closed 6 years ago

luytsm commented 6 years ago

How do i remove the underline off the buffernames like shown in your preview screenshot?

ap commented 6 years ago

I didn’t remove any underlines from anything? I am guessing the answer to your question is “use a another colorscheme” or :help buftabline-colors

luytsm commented 6 years ago

I mean this

screenshot from 2017-10-05 09-05-36 vs img

This is in my vimrc. Using latest vim on Arch Linux

colorscheme default
set background=dark

I could've guessed it that it was a possible colorscheme issue. Is it possible to add this colorscheme setting?

ap commented 6 years ago

It is already added. The documentation explains how to override it.