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
|
@ -1,5 +1,6 @@
|
|||
local Util = require("lazy.core.util")
|
||||
|
||||
---@class LazyCoreConfig
|
||||
local M = {}
|
||||
|
||||
---@class LazyConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue