diff options
| -rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,10 +26,10 @@ -- -------------------------------------------------------------------------- -- --- Initialize config with this one liner in the terminal (use in commandline) +-- Initialize config with this one liner in the terminal --nvim --headless -c 'call mkdir(stdpath("config"), "p") | exe "edit" stdpath("config") . "/init.lua" | write | quit' --- See startup time (use in commandline) +-- Command to see startup time --nvim --startuptime startup.log -c exit && tail -100 startup.log -- Load impatient (Faster loading times) |
