about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-12 21:21:08 +0900
committersefidel <contact@sefidel.net>2024-05-12 21:21:08 +0900
commit08cfa41d3984de898c0ff90515408097cbddc57b (patch)
treedb496b3644a950e8adc243710514777f91d041d9
parent940a111a8c44bd9b9c6c262c4f407bf7794f3e36 (diff)
downloadnvimrc-08cfa41d3984de898c0ff90515408097cbddc57b.tar.gz
nvimrc-08cfa41d3984de898c0ff90515408097cbddc57b.zip
fix(packs/leap): fix leap never being loaded
-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!)