mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
6 lines
226 B
Lua
6 lines
226 B
Lua
require("lazy.core.util").warn(
|
|
"`flash.nvim` is now the default jump plugin for **LazyVim**.\nPlease remove the `lazyvim.plugins.extras.editor.flash` import from your **lazy** config.",
|
|
{ title = "LazyVim" }
|
|
)
|
|
|
|
return {}
|