mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
feat: lazyrc files are now a lazy.nvim feature
This commit is contained in:
parent
7aa37064a2
commit
3a30070a4c
4 changed files with 6 additions and 39 deletions
|
@ -85,6 +85,10 @@ function M.migrate()
|
|||
or extra == "lazyvim.plugins.extras.ui.treesitter-rewrite"
|
||||
)
|
||||
end, json.data.extras or {})
|
||||
elseif json.data.version == 4 then
|
||||
json.data.extras = vim.tbl_filter(function(extra)
|
||||
return not (extra == "lazyvim.plugins.extras.lazyrc")
|
||||
end, json.data.extras or {})
|
||||
end
|
||||
|
||||
M.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue