feat(util): added vim-startuptime

This commit is contained in:
Folke Lemaitre 2023-01-01 09:56:36 +01:00
parent e98381a45a
commit cde90703b3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

5
lua/plugins/util.lua Normal file
View file

@ -0,0 +1,5 @@
return {
-- measure startuptime
{ "dstein64/vim-startuptime", cmd = "StartupTime" },
}