diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-03 14:55:10 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-03 14:55:10 +0200 |
| commit | 05a9818bfbeb5ed10486d0a7c832a3155bb449a5 (patch) | |
| tree | 65c11b6178951d107d0043c0b03f63b499e06c25 /init.lua | |
| parent | c6ccab7f680f4a873d996cd9e535752e9a82c8ac (diff) | |
| download | dotfiles-05a9818bfbeb5ed10486d0a7c832a3155bb449a5.tar.gz dotfiles-05a9818bfbeb5ed10486d0a7c832a3155bb449a5.zip | |
Clean config
Diffstat (limited to 'init.lua')
| -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) |
