• v0.1.1 df2b218107

    fix: remove semanticTokensProvider capability to prevent line out of range errors

    lazar released this 2026-07-18 15:01:44 +00:00

    The semantic tokens delta calculation had a bug where previous delta lines
    were used instead of absolute lines, causing cumulative errors that led
    to 'Invalid line: out of range' in Neovim's semantic token renderer.

    Since semantic tokens were already disabled (full=false, range=false) but
    Neovim still attempted to process them, remove the capability entirely
    so Neovim doesn't set up the semantic token decoration provider at all.

    Downloads