feat: lazyrc files are now a lazy.nvim feature

This commit is contained in:
Folke Lemaitre 2024-05-26 16:49:48 +02:00
parent 7aa37064a2
commit 3a30070a4c
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 6 additions and 39 deletions

View file

@ -132,7 +132,7 @@ local defaults = {
}
M.json = {
version = 4,
version = 5,
data = {
version = nil, ---@type string?
news = {}, ---@type table<string, string>