Jayan Sunil

Results 23 comments of Jayan Sunil

After a bit more digging, I decided to manually put the code for the fzf-lua integration into my keymap binding. I found that removing the following line fixed the issue,...

After even more digging, it seems like `["--with-nth"] = "{2} {3}",` is causing the issue, as without it, the picker runs fine

I have found the problem: the `fzf` version that I was running did not support the `["--with-nth"] = "{2} {3}"` syntax, causing it to error. I suggest adding a section...