1
0
Fork 0
mirror of https://github.com/LazyVim/LazyVim.git synced 2025-07-04 14:34:33 +02:00
LazyVim.LazyVim/lua/lazyvim/plugins/extras/editor/flash.lua

7 lines
226 B
Lua
Raw Normal View History

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 {}