statuscol
URL: https://github.com/luukvbaal/statuscol.nvim/
Maintainers: Gaetan Lepage
Status column plugin that provides a configurable statuscolumn and click handlers.
plugins.statuscol.enable
Whether to enable statuscol.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.statuscol.package
The statuscol package to use.
Type: package
Default:
pkgs.vimPlugins.statuscol-nvim
Declared by:
plugins.statuscol.autoLoad
Whether to automatically load statuscol when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.statuscol.callSetup
Whether to generate the standard require('statuscol').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: