feat(util): added vim-startuptime

This commit is contained in:
Folke Lemaitre committed 2023-01-01 09:56:36 +01:00
1 parent e98381a45a
commit cde90703b3
1 file changed
+5
+5
View File
@@ -0,0 +1,5 @@
return {
-- measure startuptime
{ "dstein64/vim-startuptime", cmd = "StartupTime" },
}