Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

nvim-bqf

URL: https://github.com/kevinhwang91/nvim-bqf/


Better quickfix window in Neovim, polish old quickfix window.

plugins.nvim-bqf.enable

Whether to enable nvim-bqf.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.nvim-bqf.package

The nvim-bqf package to use.

Type: package

Default:

pkgs.vimPlugins.nvim-bqf

Declared by:

plugins.nvim-bqf.autoLoad

Whether to automatically load nvim-bqf when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.nvim-bqf.settings

Options provided to the require('bqf').setup function.

Type: lua value

Default:

{ }

Example:

{
  preview = {
    border = "double";
    show_scroll_bar = false;
    show_title = false;
    winblend = 0;
  };
}

Declared by: