diff options
author | max397574 <[email protected]> | 2021-11-09 07:26:10 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-09 07:26:10 +0100 |
commit | 68792dab33d490d5e3c890919f8af47f6f05cb71 (patch) | |
tree | 523a8bfba5ec94ed4be8498257750e84bea2b69e | |
parent | fd04431ca53766fe834ae7350340420d6ba5e18d (diff) |
refactor(buildingblocks): 🔄moved buildingblocks out of folder
-rw-r--r-- | lua/startup/functions.lua (renamed from lua/startup/buildingblocks/functions.lua) | 10 | ||||
-rw-r--r-- | lua/startup/headers.lua (renamed from lua/startup/buildingblocks/headers.lua) | 0 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lua/startup/buildingblocks/functions.lua b/lua/startup/functions.lua index cb995a5..55d461e 100644 --- a/lua/startup/buildingblocks/functions.lua +++ b/lua/startup/functions.lua @@ -112,16 +112,6 @@ function functions.quote() return quotes[math.floor(index) + 1] end -function functions.startup_time() - local time_str = "Nvim loaded in " - .. vim.fn.printf( - "%.3f", - vim.fn.reltimefloat(vim.fn.reltime(vim.g.start_time)) - ) - .. " seconds." - return { time_str } -end - function functions.packer_plugins() return { string.format( diff --git a/lua/startup/buildingblocks/headers.lua b/lua/startup/headers.lua index d95511a..d95511a 100644 --- a/lua/startup/buildingblocks/headers.lua +++ b/lua/startup/headers.lua |