From 142625638d2fad464939c6ee1775571aba6379c6 Mon Sep 17 00:00:00 2001 From: Miika Nissi Date: Fri, 27 Oct 2023 10:59:55 -0400 Subject: [PATCH] Documentation for `fzf_lua` support (#149) --- README.md | 4 ++-- doc/zk.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 409c4fe..8a4ed8c 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ require("zk").setup() **The default configuration** ```lua require("zk").setup({ - -- can be "telescope", "fzf" or "select" (`vim.ui.select`) - -- it's recommended to use "telescope" or "fzf" + -- can be "telescope", "fzf", "fzf_lua" or "select" (`vim.ui.select`) + -- it's recommended to use "telescope", "fzf" or "fzf_lua" picker = "select", lsp = { diff --git a/doc/zk.txt b/doc/zk.txt index dca1c5e..99bf748 100644 --- a/doc/zk.txt +++ b/doc/zk.txt @@ -58,8 +58,8 @@ SETUP *zk-setu The default configuration > require("zk").setup({ - -- can be "telescope", "fzf" or "select" (`vim.ui.select`) - -- it's recommended to use "telescope" or "fzf" + -- can be "telescope", "fzf", "fzf_lua" or "select" (`vim.ui.select`) + -- it's recommended to use "telescope", "fzf" or "fzf_lua" picker = "select", lsp = { -- `config` is passed to `vim.lsp.start_client(config)`