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
|
@ -54,7 +54,7 @@ function M.check()
|
|||
|
||||
local spec = Config.spec
|
||||
if spec == nil then
|
||||
error("No plugins loaded. Did you forget to run `require(\"lazy\").setup()`?")
|
||||
error('No plugins loaded. Did you forget to run `require("lazy").setup()`?')
|
||||
else
|
||||
for _, plugin in pairs(spec.plugins) do
|
||||
M.check_valid(plugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue