Skip to content

Commit

Permalink
Documentation for fzf_lua support (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
miikanissi authored Oct 27, 2023
1 parent e9e5e21 commit 1426256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
4 changes: 2 additions & 2 deletions doc/zk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit 1426256

Please sign in to comment.