nvim-scrollview icon indicating copy to clipboard operation
nvim-scrollview copied to clipboard

opening a large file with a lot of error slows down nvim

Open OneOfOne opened this issue 8 months ago • 4 comments

When opening a large file with a lot of errors (ex react-native/index.js because it uses typescript in a javascript file), it slows nvim to almost 1fps.

Is there a way to dynamically disable signs if there's more than X amount?

OneOfOne avatar Oct 11 '23 14:10 OneOfOne