We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVIM v0.9.1
MacOS 13.4.1
:copen
quick fix opens without error & bqf works
i'm using AstroNvim, I have bqf setup using lazy.nvim using the following config:
AstroNvim
lazy.nvim
{ "kevinhwang91/nvim-bqf", ft = "qf", opts = {}, },
I see that bqf is loaded using lazy.nvim debug:
bqf
The text was updated successfully, but these errors were encountered:
Same.
Neovim version (nvim -v | head -n1) NVIM v0.10.0-dev-780+g8afdc1f38
Operating system/version WSL2 - Debian GNU/Linux 12 (bookworm)
How to reproduce the issue Same as OP
Actual behavior Same as OP, additionally i get a error message on startup:
Using: custom nvim (not using any distro) using lazy.nvim. Tried both the OP's config and {'kevinhwang91/nvim-bqf', version = false }
{'kevinhwang91/nvim-bqf', version = false }
Sorry, something went wrong.
No branches or pull requests
Neovim version (nvim -v | head -n1)
NVIM v0.9.1
Operating system/version
MacOS 13.4.1
How to reproduce the issue
:copen
Expected behavior
quick fix opens without error & bqf works
Actual behavior
i'm using
AstroNvim
, I have bqf setup usinglazy.nvim
using the following config:I see that
bqf
is loaded usinglazy.nvim
debug:The text was updated successfully, but these errors were encountered: