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

Slow on large file (cursor lag) #844

Open
YuCao16 opened this issue Dec 23, 2022 · 3 comments
Open

Slow on large file (cursor lag) #844

YuCao16 opened this issue Dec 23, 2022 · 3 comments

Comments

@YuCao16
Copy link

YuCao16 commented Dec 23, 2022

Hi,

I have noticed the duplicated Issues: #107 #494 and #527 . But I don't think the problem has been solved.

  1. tagbar works fine in neovim and vim with small file (<1k loc)
  2. tagbar works fine in vim with big file (>2k loc) bug not works fine in neovim (cursor lag)
  3. Previous version of tagbar works fine in neovim with big file (eg. chxuan/tagbar, which is an archive of tagbar v2.3)
  4. Other plugins using ctags such as liuchengxu/vista.vim don't have similar problem.

tagbar v2.3 is a long history, but I still hope if someone can check where the problem is.

Anyway, tagbar was the first plugin I started with vim and it is an amazing project, thanks for your work!

PS: I'm running vim 9.0 (updatetime 4000) and nvim v0.8.1 (updatetime 250).

@raven42
Copy link
Collaborator

raven42 commented Dec 24, 2022

We have tried various methods to have tagbar run as a background task, but so far we haven't been successful in getting it to function seamlessly. There was a PR a while back that added the g:tagbar_file_size_limit option to not run tagbar on file sizes that are too large.

PRs are always welcome if someone has any expertise in the matter, but I don't have that expertise or frankly the time to rework much of this plugin at this time. I jumped in as a user of tagbar and started to help out adding smaller features and fixing bugs that I can, but this has been more of a side project that I've been able to spend time on as I have it.

So unfortunately we don't really have a good fix for this at this time. As I said though, PRs are welcome. I'll leave this issue open for the time being incase anyone with more expertise in the matter has time and the inclination to address it, but I fear we may be out of luck for this one for the time being.

@YuCao16
Copy link
Author

YuCao16 commented Dec 24, 2022

I'll leave this issue open for the time being incase anyone with more expertise in the matter has time and the inclination to address it, but I fear we may be out of luck for this one for the time being.

Agree, that's too sad.

@pidgeon777
Copy link

Maybe a rewrite of tagbar in LUA could help? A tagbar.nvim plugin.

Anyway, I also confirm the laggy cursor movements when running tagbar on big files.

Unfortunately, after running tagbar on a big file, this lag persists even switching to a small buffer, even if tagbar is not run in it, and I'm forced restarting Neovim.

Tested with Neovim v0.8.3 stable, on Windows 10.

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

No branches or pull requests

3 participants