We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d9638 commit a504f6eCopy full SHA for a504f6e
tests/test-sources/plugins/git/gitgutter.nix
@@ -0,0 +1,24 @@
1
+{ lib, pkgs, ... }:
2
+{
3
+ empty = {
4
+ plugins.gitgutter.enable = true;
5
+ };
6
+
7
+ grep-command = {
8
+ plugins.gitgutter = {
9
+ enable = true;
10
+ grep = {
11
+ package = pkgs.gnugrep;
12
+ command = "";
13
14
15
16
17
+ no-packages = {
18
+ globals.gitgutter_git_executable = lib.getExe pkgs.git;
19
20
21
+ gitPackage = null;
22
23
24
+}
0 commit comments