mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat: trouble v3
This commit is contained in:
parent
ae098d67d6
commit
95d055dcf7
7 changed files with 47 additions and 134 deletions
|
@ -89,6 +89,10 @@ function M.migrate()
|
|||
json.data.extras = vim.tbl_filter(function(extra)
|
||||
return not (extra == "lazyvim.plugins.extras.lazyrc")
|
||||
end, json.data.extras or {})
|
||||
elseif json.data.version == 5 then
|
||||
json.data.extras = vim.tbl_filter(function(extra)
|
||||
return not (extra == "lazyvim.plugins.extras.editor.trouble-v3")
|
||||
end, json.data.extras or {})
|
||||
end
|
||||
|
||||
M.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue