Skip to content
Discussion options

You must be logged in to vote

You can make it work again by using the below, I’ll fix it tomorrow to also work with read0 regardless of multiline:

require("fzf-lua").fzf_exec(
  {
    "11111\n22222",
    "33333\n44444",
  },
  {
    multiline = true,
  }
)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ibhagwan
Comment options

Answer selected by aidancz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants