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.autoEnable

Enable nvim-bqf in quickfix window automatically.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.nvim-bqf.autoResizeHeight

Resize quickfix window height automatically. Shrink higher height to size of list in quickfix window, otherwise extend height to size of list or to default height (10).

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.nvim-bqf.extraOptions

These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.

Type: attribute set of anything

Default: { }

Declared by:

plugins.nvim-bqf.funcMap

The table for {function = key}.

Example (some default values): funcMap = { open = “<CR>”; tab = “t”; sclear = “z<Tab>”; };

Type: null or (attribute set of string)

Default: null

Declared by:

plugins.nvim-bqf.magicWindow

Give the window magic, when the window is split horizontally, keep the distance between the current line and the top/bottom border of neovim unchanged. It’s a bit like a floating window, but the window is indeed a normal window, without any floating attributes.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: