bufferline
URL: https://github.com/akinsho/bufferline.nvim/
Maintainers: Austin Horstman
A snazzy bufferline plugin for Neovim.
plugins.bufferline.enable
Whether to enable bufferline.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.bufferline.package
The bufferline package to use.
Type: package
Default:
pkgs.vimPlugins.bufferline-nvim
Declared by:
plugins.bufferline.autoLoad
Whether to automatically load bufferline when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.bufferline.callSetup
Whether to generate the standard require('bufferline').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: