15 lines
234 B
Lua
15 lines
234 B
Lua
return {
|
|
|
|
-- measure startuptime
|
|
{
|
|
"dstein64/vim-startuptime",
|
|
cmd = "StartupTime",
|
|
config = function()
|
|
vim.g.startuptime_tries = 10
|
|
end,
|
|
},
|
|
|
|
-- library used by other plugins
|
|
"nvim-lua/plenary.nvim",
|
|
}
|