aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-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)