Skip to content

Replace text change events with nvim_buf_attach #84

@MeanderingProgrammer

Description

@MeanderingProgrammer

Using events to re-render the entire file is not very efficient. Instead we can use callbacks provided by nvim_buf_attach to figure out which text changed and create / remove only the necessary marks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions