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.callSetup
Whether to generate the standard require('bqf').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
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: