wfxr / minimap.vim

📡 Blazing fast minimap / scrollbar for vim, powered by code-minimap written in Rust.
MIT License
1.19k stars 23 forks source link

Do initial processing in the background #160

Closed ZNielsen closed 1 year ago

ZNielsen commented 2 years ago

When opening large files, the initial file scanning causes a long delay before content is displayed. This ticket is to investigate kicking that work off in an external process, then handling the result whenever it's ready. This will cause the minimap to "pop in", but that's better than blocking the open.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ZNielsen commented 1 year ago

Bump, I think I'm going to try to do this in pieces.

Feature Todos:

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ZNielsen commented 1 year ago
ZNielsen commented 1 year ago

Fixed new file and :Files command by updating code-minimap.