nvim-tree: git.enable expects a boolean (#24)

This commit is contained in:
Alexander Nortung
2022-07-18 22:14:41 +01:00
committed by GitHub
parent a4aefb2239
commit 4d573a1e75
+1 -1
View File
@@ -116,7 +116,7 @@ in
git = {
enable = mkOption {
type = types.nullOr types.str;
type = types.nullOr types.bool;
default = null;
description = "Enable git integration";
};