RTFM Checklist
Operating system
Linux
Shell
zsh
Neovim version (nvim --version)
NVIM v0.12.1 Build type: RelWithDebInfo
Fzf version (fzf --version)
0.71.0 (62899fd7)
Output of :lua print(os.getenv('FZF_DEFAULT_OPTS'))
nil
Is the problem reproducible with mini.sh?
Fzf-lua configuration
require('fzf-lua').setup({})
Describe the bug / steps to reproduce
sh -c "$(curl -s https://raw.githubusercontent.com/ibhagwan/fzf-lua/main/scripts/mini.sh)"
:lua vim.pack.add({'https://github.com/ibhagwan/fzf-lua'}) (simply installing any plugin works)
:lua vim.pack.update()
- While inside the confirmation buffer created by
vim.pack, :FzfLua lsp_document_symbols. The picker will appear to be loading and nothing will be shown.
Manually executing :lua vim.lsp.buf.document_symbol() does work
RTFM Checklist
man fzf/ I am well versed in shell fzfOperating system
Linux
Shell
zsh
Neovim version (
nvim --version)NVIM v0.12.1 Build type: RelWithDebInfo
Fzf version (
fzf --version)0.71.0 (62899fd7)
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))nil
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
sh -c "$(curl -s https://raw.githubusercontent.com/ibhagwan/fzf-lua/main/scripts/mini.sh)":lua vim.pack.add({'https://github.com/ibhagwan/fzf-lua'})(simply installing any plugin works):lua vim.pack.update()vim.pack,:FzfLua lsp_document_symbols. The picker will appear to be loading and nothing will be shown.Manually executing
:lua vim.lsp.buf.document_symbol()does work