7 lines
226 B
Lua
7 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 {}
|