mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 05:44:31 +02:00
nvim-tree: git.enable expects a boolean (#24)
This commit is contained in:
parent
a4aefb2239
commit
4d573a1e75
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ in
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.bool;
|
||||||
default = null;
|
default = null;
|
||||||
description = "Enable git integration";
|
description = "Enable git integration";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue