mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:30:19 +02:00
style: sort requires
This commit is contained in:
parent
f0cfbf9952
commit
22bf6ae04b
22 changed files with 37 additions and 34 deletions
|
@ -1,6 +1,6 @@
|
|||
local Util = require("lazy.core.util")
|
||||
local Config = require("lazy.core.config")
|
||||
local Loader = require("lazy.core.loader")
|
||||
local Util = require("lazy.core.util")
|
||||
|
||||
---@class LazyEventOpts
|
||||
---@field event string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue