From a945cc0beaaa2fdefcaf1055b44e2ad2ef57f44b Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Fri, 25 Mar 2022 18:57:05 +0900
Subject: feat(keymaps)!: lightspeed -> leap

---
 fnl/nvrc/keymaps.fnl | 4 ++--
 fnl/nvrc/pack.fnl    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl
index 5ab7407..959c15e 100644
--- a/fnl/nvrc/keymaps.fnl
+++ b/fnl/nvrc/keymaps.fnl
@@ -25,8 +25,8 @@
 (map! [n :silent] :<leader>fg ((. (require :fzf-lua) :git_commits)))
 (map! [n :silent] :<leader>fh ((. (require :fzf-lua) :git_status)))
 
-(map! [n] :t :<plug>Lightspeed_omni_s)
-(map! [n] :T :<plug>Lightspeed_omni_gs)
+(map! [n] :t "<plug>(leap-omni)")
+(map! [n] :T "<plug>(leap-cross-window)")
 
 (map! [n :silent] :<leader>t ":Dirvish<cr>")
 
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 6de78a7..caaa4e6 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -30,6 +30,6 @@
                                      (pack :lukas-reineke/cmp-under-comparator {:module :cmp-under-comparator})]})
 (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment})
 (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua})
-(pack! :ggandor/lightspeed.nvim {:config #((. (require :lightspeed) :setup) {:ignore_case true}) :setup #(setv! lightspeed_no_default_keymaps true)})
+(pack! :ggandor/leap.nvim)
 
 (unpack!)
-- 
cgit 1.4.1