nvim/test/startup_log.sh

6 lines
73 B
Bash
Raw Normal View History

2021-08-11 21:19:02 +00:00
#!/bin/sh
rm startup.log
nvim --startuptime startup.log
cat startup.log