From 736b3185758b59993608a265cbf7ef715863a6ad Mon Sep 17 00:00:00 2001 From: bhagwan Date: Tue, 19 Oct 2021 10:02:04 -0700 Subject: [PATCH] missing comma in README setup function (closes #191) --- README.md | 2 +- doc/fzf-lua.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0fb7d2..bc56ef2 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ require'fzf-lua'.setup { ["shift-down"] = "preview-page-down", ["shift-up"] = "preview-page-up", }, - } + }, -- use skim instead of fzf? -- https://github.com/lotabout/skim -- fzf_bin = 'sk', diff --git a/doc/fzf-lua.txt b/doc/fzf-lua.txt index 58c0cfa..344af09 100644 --- a/doc/fzf-lua.txt +++ b/doc/fzf-lua.txt @@ -331,7 +331,7 @@ Consult the list below for available settings: ["shift-down"] = "preview-page-down", ["shift-up"] = "preview-page-up", }, - } + }, -- use skim instead of fzf? -- https://github.com/lotabout/skim -- fzf_bin = 'sk',