Open fedemengo opened 1 year ago
Opening up a 3k characters file takes 7 seconds
> time nvim --startuptime vim3k.nocache.log pi_3_000 +qall nvim --startuptime vim3k.nocache.log pi_3_000 +qall 7.05s user 0.10s system 99% cpu 7.164 total
That's as bad as it gets. Lazy should help with performance and debugging
EDIT: fixed in https://github.com/neovim/neovim/pull/23175
Opening up a 3k characters file takes 7 seconds
That's as bad as it gets. Lazy should help with performance and debugging
EDIT: fixed in https://github.com/neovim/neovim/pull/23175