----@type LazyPluginSpec
+---@type LazySpec
return {
- {
- "LazyVim/LazyVim",
- opts = {
- defaults = {
- autocmds = false,
- options = false,
- keymaps = false,
- },
- },
+ { "vhyrro/luarocks.nvim",
+ priority = 1000,
+ config = true,
},
+ { "dstein64/vim-startuptime",
+ cmd = "StartupTime",
+ config = function()
+ vim.g.startuptime_tries = 10
+ end,
+ }
}