mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +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
|
||||
{
|
||||
"ggandor/flit.nvim",
|
||||
enabled = function()
|
||||
return require("lazyvim.util").has("leap")
|
||||
end,
|
||||
keys = function()
|
||||
---@type LazyKeys[]
|
||||
local ret = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue