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