From 08cfa41d3984de898c0ff90515408097cbddc57b Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 May 2024 21:21:08 +0900 Subject: fix(packs/leap): fix leap never being loaded --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index cf75375..5f84759 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -47,7 +47,7 @@ (pack :hrsh7th/cmp-nvim-lsp-signature-help)]}) (pack! :numToStr/Comment.nvim {:init :Comment :lazy true}) (pack! :ibhagwan/fzf-lua {:req :fzf :lazy true}) -(pack! :ggandor/leap.nvim {:req :leap :lazy true}) +(pack! :ggandor/leap.nvim {:req :leap :keys [:s :S :gs]}) (pack! :windwp/nvim-autopairs {:req :autopairs :event :InsertEnter}) (unpack!) -- cgit 1.4.1