mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
style: sort requires
This commit is contained in:
parent
f0cfbf9952
commit
22bf6ae04b
22 changed files with 37 additions and 34 deletions
|
@ -1,9 +1,9 @@
|
|||
local Config = require("lazy.core.config")
|
||||
local Manage = require("lazy.manage")
|
||||
local Util = require("lazy.util")
|
||||
local Plugin = require("lazy.core.plugin")
|
||||
local Git = require("lazy.manage.git")
|
||||
local Manage = require("lazy.manage")
|
||||
local Plugin = require("lazy.core.plugin")
|
||||
local State = require("lazy.state")
|
||||
local Util = require("lazy.util")
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue