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,10 +1,10 @@
|
|||
local Util = require("lazy.util")
|
||||
local Render = require("lazy.view.render")
|
||||
local Config = require("lazy.core.config")
|
||||
local ViewConfig = require("lazy.view.config")
|
||||
local Git = require("lazy.manage.git")
|
||||
local Diff = require("lazy.view.diff")
|
||||
local Float = require("lazy.view.float")
|
||||
local Git = require("lazy.manage.git")
|
||||
local Render = require("lazy.view.render")
|
||||
local Util = require("lazy.util")
|
||||
local ViewConfig = require("lazy.view.config")
|
||||
|
||||
---@class LazyViewState
|
||||
---@field mode string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue