Skip to content

Commit

Permalink
feat(startuptime): better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 2, 2023
1 parent 0624811 commit d4a4822
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lua/lazyvim/plugins/util.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
return {

-- measure startuptime
{ "dstein64/vim-startuptime", cmd = "StartupTime" },
{
"dstein64/vim-startuptime",
cmd = "StartupTime",
config = function()
vim.g.startuptime_tries = 10
end,
},
}

0 comments on commit d4a4822

Please sign in to comment.