mirror of https://github.com/folke/lazy.nvim.git
ci: dont enable local specs for minit
This commit is contained in:
parent
a17ad27435
commit
1225f1dc60
|
@ -23,6 +23,7 @@ end
|
|||
---@param opts LazyConfig
|
||||
function M.setup(opts)
|
||||
opts = M.extend({
|
||||
local_spec = false,
|
||||
change_detection = { enabled = false },
|
||||
}, opts)
|
||||
|
||||
|
|
Loading…
Reference in New Issue