mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
This reverts commit b724085447
.
This commit is contained in:
parent
b724085447
commit
2d54272177
58 changed files with 258 additions and 94 deletions
|
@ -18,7 +18,11 @@ in
|
|||
plugins.neogit = {
|
||||
enable = mkEnableOption "neogit";
|
||||
|
||||
package = helpers.mkPackageOption "neogit" pkgs.vimPlugins.neogit;
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.vimPlugins.neogit;
|
||||
description = "Plugin to use for neogit";
|
||||
};
|
||||
|
||||
disableSigns = mkOption {
|
||||
description = "Disable signs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue