top | item 46508387 (no title) mwest217 | 1 month ago Vim, neovim, and helix all handle multiple-GB files fine! discuss order hn newest maleldil|1 month ago > neovimI 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. cyberpunk|1 month ago syntax hi-lighting is the usual culprit in regular vim when pasting or piping a big blob of json i’ve found IshKebab|1 month ago Yeah but then you have to use Vim-style editing which I hate.
maleldil|1 month ago > neovimI 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. cyberpunk|1 month ago syntax hi-lighting is the usual culprit in regular vim when pasting or piping a big blob of json i’ve found
cyberpunk|1 month ago syntax hi-lighting is the usual culprit in regular vim when pasting or piping a big blob of json i’ve found
maleldil|1 month ago
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.
cyberpunk|1 month ago
IshKebab|1 month ago