🐸 Add Leap Plugins

- 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
This commit is contained in:
2024-07-22 17:54:14 -04:00
parent bb685342d6
commit 87ede3565e
+3
View File
@@ -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",
},