Replies: 1 comment
-
UpdateFound solution: return {
"ibhagwan/fzf-lua",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
opts = {
buffers = {
fzf_opts = {
["--header-lines"] = "0",
},
},
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to switch from
Telescope buffers
toFzfLua buffers
.But current behaviour of fzf is annoying - it does NOT allow to select buffer that is currently in use.
Which is irritative....
I played with
no_ignore_current
option but no luck.How to achieve same behaviour that is currently in telescope implementation?
Telescope buffers
Can select any buffer:
FzfLua buffers
Can't select buffers that are in use :(
Beta Was this translation helpful? Give feedback.
All reactions