kevinhwang91 / nvim-bqf

Better quickfix window in Neovim, polish old quickfix window.
BSD 3-Clause "New" or "Revised" License
1.69k stars 30 forks source link

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

Open lougreenwood opened 1 year ago

lougreenwood commented 1 year ago

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

Zananok commented 1 year ago

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 }