Tracking start up times

This commit is contained in:
Just Midi 2021-08-11 21:19:02 +00:00
parent 08daef5d71
commit 672ef634ee
2 changed files with 66 additions and 0 deletions

5
test/startup_log.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
rm startup.log
nvim --startuptime startup.log
cat startup.log