Open ten3roberts opened 11 months ago
I have experienced noticeable lag when moving my cursor with j/k, or when scrolling <C-d>.
j
k
<C-d>
This seems to be caused by the ts_override function, which takes 50% of all execution time. Removing neodim solves the performance issue.
ts_override
Flamegraph:
The issue occurs in rust and lua whenever there appears to be some warnings about unused variables.
I have experienced noticeable lag when moving my cursor with
j
/k
, or when scrolling<C-d>
.This seems to be caused by the
ts_override
function, which takes 50% of all execution time. Removing neodim solves the performance issue.Flamegraph:
The issue occurs in rust and lua whenever there appears to be some warnings about unused variables.