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

Is there a way to disable tagbar except for showing the current function name in vim-airline? #626

Closed
himat opened this issue Jun 28, 2020 · 1 comment

Comments

@himat
Copy link

himat commented Jun 28, 2020

Tagbar is noticeably slow to start up for me when I first open any file with vim.
So I want to disable it by default.

The only functionality I want from tagbar is to see the current function name in my airline status bar.
Is it possible to disable tagbar from starting on file opening, and only have it work to show the current function in airline?

Otherwise, do you know of a different vim plugin that can show the function name in airline?

@alerque
Copy link
Member

alerque commented Jun 28, 2020

As written this request is kind of contradictory: we can't supply the info for airline if we haven't launched and generated tags. I think what you really want is #477 or #532 which should deal with the performance issue a bit. Also note that once tag files are generated for a project it should be a little lighter weight on the second launch.

I'm closing this as I believe it's a duplicate of the background launch / async run options already tracked in other issues.

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

No branches or pull requests

2 participants