mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat!: all plugins are now opt. Plugin.opt => Plugin.lazy
This commit is contained in:
parent
5e0662727d
commit
5134e797f3
7 changed files with 57 additions and 67 deletions
|
@ -7,7 +7,6 @@ function M.setup(opts)
|
|||
local Util = require("lazy.core.util")
|
||||
local Config = require("lazy.core.config")
|
||||
local Loader = require("lazy.core.loader")
|
||||
local Handler = require("lazy.core.handler")
|
||||
local Plugin = require("lazy.core.plugin")
|
||||
|
||||
Util.track("module", vim.loop.hrtime() - module_start)
|
||||
|
@ -32,8 +31,8 @@ function M.setup(opts)
|
|||
Util.track()
|
||||
end
|
||||
|
||||
Util.track("handlers")
|
||||
Handler.setup()
|
||||
Util.track("loader")
|
||||
Loader.setup()
|
||||
Util.track()
|
||||
|
||||
local lazy_delta = vim.loop.hrtime() - module_start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue