Closed pingsoli closed 6 years ago
@bling how can I configure the settings and make my vim look like this. Please give me some advice, thank you.
what is the output of :echo &tabline?
appreciate your reply. @chrisbra
E15: Invalid expression:
E15: Invalid expression: &tabline?
let g:airline#extensions#tabline#enable = 1
will load the tabline extensions, right ?
I check the vim --startuptime startup.log
and find the tabline extensions didn't load.
What's the problem ?
leave the question mark away. or use :verbose set tabline?
:echo &tabline
show nothing.
:verbose set tabline?
just show:
tabline=
According to the help you need : let g:airline#extensions#tabline#enabled = 1
my bad. thanks a lot.
I have no idea what's is going on ? maybe the settings are misconfigured.
please give me some advice, thanks a lot.