gitsigns
URL: https://github.com/lewis6991/gitsigns.nvim
Maintainers: Gaetan Lepage
Git integration for buffers.
plugins.gitsigns.enable
Whether to enable gitsigns.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.gitsigns.package
The gitsigns package to use.
Type: package
Default:
pkgs.vimPlugins.gitsigns-nvim
Declared by:
plugins.gitsigns.autoLoad
Whether to automatically load gitsigns when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.gitsigns.callSetup
Whether to generate the standard require('gitsigns').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: