mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 06:36:34 +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
|
||||
function M.setup(opts)
|
||||
opts = M.extend({
|
||||
local_spec = false,
|
||||
change_detection = { enabled = false },
|
||||
}, opts)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue