mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-07 16:04:35 +02:00
fix(json): always write version to prevent spurious migrations. Fixes #1692
This commit is contained in:
parent
bd1928ba59
commit
01dbd07073
2 changed files with 7 additions and 3 deletions
|
@ -128,7 +128,7 @@ local defaults = {
|
|||
}
|
||||
|
||||
M.json = {
|
||||
version = 1,
|
||||
version = 2,
|
||||
data = {
|
||||
version = nil, ---@type string?
|
||||
news = {}, ---@type table<string, string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue