aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-03-03 14:55:10 +0200
committersrdusr <trevorgray@srdusr.com>2023-03-03 14:55:10 +0200
commit05a9818bfbeb5ed10486d0a7c832a3155bb449a5 (patch)
tree65c11b6178951d107d0043c0b03f63b499e06c25
parentc6ccab7f680f4a873d996cd9e535752e9a82c8ac (diff)
downloaddotfiles-05a9818bfbeb5ed10486d0a7c832a3155bb449a5.tar.gz
dotfiles-05a9818bfbeb5ed10486d0a7c832a3155bb449a5.zip
Clean config
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index c2dff0a..14ba5e6 100644
--- a/init.lua
+++ b/init.lua
@@ -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)