mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-26 01:00:44 -04:00
nvim-tree: git.enable expects a boolean (#24)
This commit is contained in:
@@ -116,7 +116,7 @@ in
|
||||
|
||||
git = {
|
||||
enable = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = "Enable git integration";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user