From 619bdc70e4befef9a0377563a2a5a1b8a6fda240 Mon Sep 17 00:00:00 2001 From: bhagwan Date: Wed, 21 Jul 2021 07:50:20 -0700 Subject: [PATCH] missing 'actions' ref on README config sample --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 470c7b8..bcccda7 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ customization can be achieved by calling the `setup()` function or individually Consult the list below for available settings: ```lua +local actions = require "fzf-lua.actions" require'fzf-lua'.setup { win_height = 0.85, -- window height win_width = 0.80, -- window width