fedemengo / nvim

Neovim configuration in Fennel
MIT License
2 stars 0 forks source link

Migrate to lazy.nvim #13

Open fedemengo opened 1 year ago

fedemengo commented 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

fedemengo commented 1 year ago