mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
feat(config): allow disabling the order check with vim.g.lazyvim_check_order = false
This commit is contained in:
@@ -212,6 +212,10 @@ function M.setup(opts)
|
||||
"vscode",
|
||||
})
|
||||
|
||||
if vim.g.lazyvim_check_order == false then
|
||||
return
|
||||
end
|
||||
|
||||
-- Check lazy.nvim import order
|
||||
local imports = require("lazy.core.config").spec.modules
|
||||
local function find(pat, last)
|
||||
|
||||
Reference in New Issue
Block a user