plugins.nvim-bqf.enable

Whether to enable nvim-bqf.

Type: boolean

Default: false

Example: true

Declared by:

plugins.nvim-bqf.package

Which package to use for the nvim-bqf plugin.

Type: package

Default: <derivation vimplugin-nvim-bqf-2024-05-07>

Declared by:

plugins.nvim-bqf.autoEnable

Enable nvim-bqf in quickfix window automatically.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

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

Plugin default: false

Type: null or boolean or raw lua code

Default: null

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.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: