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

How to deal the confict with lightline? #80

Closed
fgheng opened this issue Apr 13, 2021 · 2 comments
Closed

How to deal the confict with lightline? #80

fgheng opened this issue Apr 13, 2021 · 2 comments
Labels
question Further information is requested

Comments

@fgheng
Copy link

fgheng commented Apr 13, 2021

Hello, If I has plugin lightline, the tabline will use lightline's tabline other than nvim-bufferline.lua, how to deal it?

I want to use lightline's status line and nvim-bufferline.lua's tabline/bufferline.

@akinsho
Copy link
Owner

akinsho commented Apr 13, 2021

@fgheng lightline tries to take over the tabline by default but there is an option to disable it. Please check the lightline docs I'm not sure what it's called as I don't use it.

@akinsho akinsho added the question Further information is requested label Apr 13, 2021
@fgheng
Copy link
Author

fgheng commented Apr 13, 2021

Hello, I asked lightline's author, config it by

let g:lightline = {
    \ 'enable': {
    \   'tabline': 0
    \ },
    \ }

thank you.

@fgheng fgheng closed this as completed Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants