From 87ede3565ee70825eaca13ab0d4037c702feb5b3 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 22 Jul 2024 17:54:14 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B8=20Add=20Leap=20Plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Implements Leap and Flit - Use the 's' and 'S' keys to quickly jump to two-character sets - Use the 'f' and 'F' keys to quickly jump to single-character instances --- lua/plugins/editor.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 6c20ee5..4c6aec0 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -12,6 +12,9 @@ return { { -- Illuminate import = "lazyvim.plugins.extras.editor.illuminate", }, + { -- Leap + import = "lazyvim.plugins.extras.editor.leap", + }, { -- Outline import = "lazyvim.plugins.extras.editor.outline", },