diff options
author | sefidel <contact@sefidel.net> | 2024-05-12 21:21:08 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-12 21:21:08 +0900 |
commit | 08cfa41d3984de898c0ff90515408097cbddc57b (patch) | |
tree | db496b3644a950e8adc243710514777f91d041d9 /fnl | |
parent | 940a111a8c44bd9b9c6c262c4f407bf7794f3e36 (diff) | |
download | nvimrc-08cfa41d3984de898c0ff90515408097cbddc57b.tar.gz nvimrc-08cfa41d3984de898c0ff90515408097cbddc57b.zip |
fix(packs/leap): fix leap never being loaded
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 2 |
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!) |