Hacker News new | ask | show | jobs
by maleldil 162 days ago
> neovim

I have to turn off my config (-u NONE) for large files (e.g., multi-GB JSON files), or everything slows to a crawl. I never profiled it to know what's causing the slowdown. It might be treesitter.

1 comments

syntax hi-lighting is the usual culprit in regular vim when pasting or piping a big blob of json i’ve found