RTFM Checklist
Operating system
Linux
Shell
fish
Neovim version (nvim --version)
NVIM v0.10.4
Fzf version (fzf --version)
0.60.3
Output of :lua print(os.getenv('FZF_DEFAULT_OPTS'))
--height=50% --layout=default --border --color=hl:#2dd4bf
Is the problem reproducible with mini.sh?
Fzf-lua configuration
require (' fzf-lua' ).setup ({
-- I have only configured keymaps and nothing else.
-- Nothing interesting to add here.
})
Describe the bug / steps to reproduce
lsp_workspace_symbols method always returns
[Fzf-lua] No workspace symbols found
But that is indeed not the case as I am attached to a language I have configured LSP and all that. But lsp_live_workspace_symbols work like a charm.
I have attached this quick demo video:
Screencast.From.2025-03-14.23-37-34.mp4
and I am on the latest version of fzf-lua
● fzf-lua 12.18ms <leader>fk
dir /home/shricodev/.local/share/nvim/lazy/fzf-lua
url https://github.com/ibhagwan/fzf-lua
branch main
commit 39ac9c7
RTFM Checklist
man fzf/ I am well versed in shell fzfOperating system
Linux
Shell
fish
Neovim version (
nvim --version)NVIM v0.10.4
Fzf version (
fzf --version)0.60.3
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))--height=50% --layout=default --border --color=hl:#2dd4bf
Is the problem reproducible with
mini.sh?mini.shmini.shmini.sh(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
lsp_workspace_symbolsmethod always returnsBut that is indeed not the case as I am attached to a language I have configured LSP and all that. But
lsp_live_workspace_symbolswork like a charm.I have attached this quick demo video:
Screencast.From.2025-03-14.23-37-34.mp4
and I am on the latest version of
fzf-lua