feat(defaults): new installs now default to snacks picker/explorer. Existing installs don't change.

This commit is contained in:
Folke Lemaitre 2025-02-08 15:23:30 +01:00
parent b4c24a3fe8
commit 25d90b54a3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 19 additions and 7 deletions

View file

@ -97,6 +97,8 @@ function M.migrate()
return vim.tbl_contains(ai, name) and ("lazyvim.plugins.extras.ai." .. name) or extra
end)
end, json.data.extras or {})
elseif json.data.version == 7 then
json.data.install_version = 7
end
M.save()