fix leap nvim required by flit

step to reproduce
- disable leap.nvim
- add custom config for flash (not using one from the extras)
- open file type "f", error shown "module leap is missing"
This commit is contained in:
Radvil 2023-07-03 13:59:42 +08:00
parent 6d58f1dacf
commit dc604b0526

View file

@ -216,6 +216,9 @@ return {
-- easily jump to any location and enhanced f/t motions for Leap
{
"ggandor/flit.nvim",
enabled = function()
return require("lazyvim.util").has("leap")
end,
keys = function()
---@type LazyKeys[]
local ret = {}