Skip to content

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

@lougreenwood

Description

@lougreenwood

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions