mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(util)!: move vim-startuptime
to an extra
This commit is contained in:
parent
4f4911ff95
commit
66dc9c09d6
2 changed files with 8 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue