about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
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!)