ci: dont enable local specs for minit

This commit is contained in:
Folke Lemaitre 2024-07-04 18:00:59 +02:00
parent a17ad27435
commit 1225f1dc60
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ end
---@param opts LazyConfig
function M.setup(opts)
opts = M.extend({
local_spec = false,
change_detection = { enabled = false },
}, opts)