-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed

