mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 01:14:41 +02:00
Revert "fix: leap nvim required by flit (#1046)"
This reverts commit dee8dc318e
.
This commit is contained in:
parent
d33be73b8d
commit
9c120b5ef7
1 changed files with 0 additions and 3 deletions
|
@ -216,9 +216,6 @@ 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