From 875d50d40b43c0be86acbc6c1e00a66394f55343 Mon Sep 17 00:00:00 2001 From: Benjamin Chaussé Date: Thu, 18 Jul 2024 09:04:39 -0400 Subject: Alternative way to profile startup time --- lua/plugins/startuptime.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugins/startuptime.lua diff --git a/lua/plugins/startuptime.lua b/lua/plugins/startuptime.lua new file mode 100644 index 0000000..b78927b --- /dev/null +++ b/lua/plugins/startuptime.lua @@ -0,0 +1,4 @@ +return { + "dstein64/vim-startuptime", + cmd = "StartupTime", +} -- cgit v1.2.3