mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: move handlers to its own file
This commit is contained in:
parent
870d8924f7
commit
05a0da532b
5 changed files with 169 additions and 180 deletions
|
@ -207,8 +207,6 @@ function M.load()
|
|||
|
||||
if M.dirty then
|
||||
Cache.dirty = true
|
||||
elseif state then
|
||||
require("lazy.core.loader").loaders = state.loaders
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -217,7 +215,6 @@ function M.save()
|
|||
local state = {
|
||||
---@type table<string, LazySpec>
|
||||
specs = {},
|
||||
loaders = require("lazy.core.loader").get_loaders(),
|
||||
config = Config.options,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue