mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-09 17:04:36 +02:00
fix: leap nvim required by flit (#1046)
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" Co-authored-by: Radvil <radvil@@access-mobile.com>
This commit is contained in:
parent
6d58f1dacf
commit
dee8dc318e
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ return {
|
||||||
-- easily jump to any location and enhanced f/t motions for Leap
|
-- easily jump to any location and enhanced f/t motions for Leap
|
||||||
{
|
{
|
||||||
"ggandor/flit.nvim",
|
"ggandor/flit.nvim",
|
||||||
|
enabled = function()
|
||||||
|
return require("lazyvim.util").has("leap")
|
||||||
|
end,
|
||||||
keys = function()
|
keys = function()
|
||||||
---@type LazyKeys[]
|
---@type LazyKeys[]
|
||||||
local ret = {}
|
local ret = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue