mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
perf: move autoloader to cache and always use lazy's modname path resolver which is much faster
This commit is contained in:
parent
956164d27d
commit
34977c2b80
5 changed files with 128 additions and 54 deletions
|
@ -3,6 +3,7 @@ local Util = require("lazy.core.util")
|
|||
local Handler = require("lazy.core.handler")
|
||||
local Cache = require("lazy.core.cache")
|
||||
|
||||
---@class LazyCorePlugin
|
||||
local M = {}
|
||||
|
||||
---@class LazySpecLoader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue