mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 09:24:37 +02:00
feat(config): lazyvim.json
is now versioned and migrates to a newer version when needed
This commit is contained in:
parent
8e71968c2b
commit
c9892652d2
3 changed files with 34 additions and 14 deletions
|
@ -60,7 +60,7 @@ function M.open(file, opts)
|
|||
return
|
||||
end
|
||||
Config.json.data.news[ref] = hash
|
||||
Config.json.save()
|
||||
Util.json.save()
|
||||
end
|
||||
|
||||
local float = require("lazy.util").float({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue