mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
style: sort requires
This commit is contained in:
parent
f0cfbf9952
commit
22bf6ae04b
22 changed files with 37 additions and 34 deletions
|
@ -1,8 +1,8 @@
|
|||
local Util = require("lazy.core.util")
|
||||
local Cache = require("lazy.core.cache")
|
||||
local Config = require("lazy.core.config")
|
||||
local Handler = require("lazy.core.handler")
|
||||
local Plugin = require("lazy.core.plugin")
|
||||
local Cache = require("lazy.core.cache")
|
||||
local Util = require("lazy.core.util")
|
||||
|
||||
---@class LazyCoreLoader
|
||||
local M = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue