Skip to content

How to disable filtering? #1460

Closed Answered by crates51
crates51 asked this question in Q&A
Sep 29, 2024 · 6 comments · 1 reply
Discussion options

You must be logged in to vote

Ok, i finally (almost) achieved what i wanted.

I had to use fzf_args to send the arguments Raw like so

fzf_args = "--disabled --bind='change:clear-query' --no-info --prompt ''",

    keymap.set("n", "<leader>d", function()
      fzflua.diagnostics_document({
        winopts = {
          height = 0.4,
          width = 1.0,
          row = 1.0,
          preview = {
            vertical = "up:70%",
          },
        },
        previewer = "builtin", -- diagnostic details preview
        ignore_patterns = false,
        fzf_opts = {
          ["--layout"] = "reverse-list",
        },
        fzf_args = "--disabled --bind='change:clear-query' --no-info --prompt ''",
        actions = {
 …

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by crates51
Comment options

You must be logged in to vote
0 replies
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