Neovim version (nvim -v | head -n1)
NVIM v0.9.1
Operating system/version
MacOS 13.4.1
How to reproduce the issue
- open nvim
- open qf using
:copen
Expected behavior
quick fix opens without error & bqf works
Actual behavior

i'm using AstroNvim, I have bqf setup using lazy.nvim using the following config:
{
"kevinhwang91/nvim-bqf",
ft = "qf",
opts = {},
},
I see that bqf is loaded using lazy.nvim debug:

Neovim version (nvim -v | head -n1)
NVIM v0.9.1
Operating system/version
MacOS 13.4.1
How to reproduce the issue
:copenExpected behavior
quick fix opens without error & bqf works
Actual behavior
i'm using
AstroNvim, I have bqf setup usinglazy.nvimusing the following config:I see that
bqfis loaded usinglazy.nvimdebug: