Skip to content
New issue

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

Error when opening qf & bqf doesn't work #119

Open
lougreenwood opened this issue Aug 5, 2023 · 1 comment
Open

Error when opening qf & bqf doesn't work #119

lougreenwood opened this issue Aug 5, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@lougreenwood
Copy link

Neovim version (nvim -v | head -n1)

NVIM v0.9.1

Operating system/version

MacOS 13.4.1

How to reproduce the issue

  1. open nvim
  2. open qf using :copen

Expected behavior

quick fix opens without error & bqf works

Actual behavior

Screenshot 2023-08-05 at 13 10 42

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:

Screenshot 2023-08-05 at 13 13 43

@lougreenwood lougreenwood added the bug Something isn't working label Aug 5, 2023
@kevinhwang91 kevinhwang91 added the help wanted Extra attention is needed label Aug 5, 2023
@Zananok
Copy link

Zananok commented Sep 1, 2023

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:
image

Using: custom nvim (not using any distro) using lazy.nvim. Tried both the OP's config and {'kevinhwang91/nvim-bqf', version = false }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants