Documentation for `fzf_lua` support (#149)

pull/156/merge
Miika Nissi 7 months ago committed by GitHub
parent e9e5e21dbe
commit 142625638d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = {

@ -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)`

Loading…
Cancel
Save