Hacker News new | ask | show | jobs
by sdfghswe 1047 days ago
From my admittedly somewhat limited experience, neovim felt a bit more sluggish to launch. Not a good sign.
1 comments

    nvim --clean --startuptime /tmp/neovim

    003.174  000.001: --- NVIM STARTED ---
vs

    vim --clean --startuptime /tmp/vim

    004.274  000.001: --- VIM STARTED ---
Maybe your config had an impact on it, but config-free they're incredibly close.
3/4 seconds??? Something's wrong with your system, right?
They're milliseconds!

I abbreviated the output, if you run the above command and check the file, at the top it says

   times in msec
Oh that's awesome actually.