You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.