mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
ci: dont enable local specs for minit
This commit is contained in:
parent
a17ad27435
commit
1225f1dc60
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ end
|
||||||
---@param opts LazyConfig
|
---@param opts LazyConfig
|
||||||
function M.setup(opts)
|
function M.setup(opts)
|
||||||
opts = M.extend({
|
opts = M.extend({
|
||||||
|
local_spec = false,
|
||||||
change_detection = { enabled = false },
|
change_detection = { enabled = false },
|
||||||
}, opts)
|
}, opts)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue