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

fix: Clear virtual text immediately on cursor move #127

Merged
merged 2 commits into from
May 28, 2024

Commits on Apr 1, 2024

  1. fix: Clear virtual text immediately on cursor move

    The PR #121 introduced some side-effects which made the plugin feel more
    laggy overall because of how the virtual text got cleared with a delay.
    This commit retains the original delay behavior for displaying, while immediately
    clearing the virtual text on cursor move.
    f-person committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a3f3f6b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    025a725 View commit details
    Browse the repository at this point in the history