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