about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 21:20:19 +0900
committersefidel <contact@sefidel.net>2022-02-26 21:20:28 +0900
commit55654639c933860d9bbb5f442c2c834be2828181 (patch)
treef72297515dd83094e29db34caf1cd3af0756b698 /fnl/nvrc/pack.fnl
parenta2bf2823093778a3a77fb0a35efd45bffc7aeb29 (diff)
downloadnvimrc-55654639c933860d9bbb5f442c2c834be2828181.tar.gz
nvimrc-55654639c933860d9bbb5f442c2c834be2828181.zip
feat(keybinds): use lua functions directly
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 e207602..73a038f 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -26,7 +26,7 @@
 
 (pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertCharPre})
 (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment})
-(pack! :ibhagwan/fzf-lua {:req :fzf :cmd :FzfLua})
+(pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua})
 (pack! :ggandor/lightspeed.nvim)
 
 (unpack!)