Revert "fix: leap nvim required by flit (#1046)"

This reverts commit dee8dc318e.
This commit is contained in:
Folke Lemaitre 2023-07-04 08:25:38 +02:00
parent d33be73b8d
commit 9c120b5ef7
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -216,9 +216,6 @@ 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 = {}