feat(util)!: move vim-startuptime to an extra

This commit is contained in:
Folke Lemaitre 2024-05-16 19:00:13 +02:00
parent 4f4911ff95
commit 66dc9c09d6
2 changed files with 8 additions and 9 deletions

View file

@ -1,14 +1,5 @@
return {
-- measure startuptime
{
"dstein64/vim-startuptime",
cmd = "StartupTime",
config = function()
vim.g.startuptime_tries = 10
end,
},
-- Session management. This saves your session in the background,
-- keeping track of open buffers, window arrangement, and more.
-- You can restore sessions when returning through the dashboard.