mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
docs: fix mismatching option definitions
This commit is contained in:
parent
98b92c64db
commit
6173845515
1 changed files with 5 additions and 5 deletions
|
@ -520,7 +520,7 @@ with builtins; {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Enable file highlight for git attributes using `NvimTreeGit` highlight groups.
|
Enable file highlight for git attributes using `NvimTreeGit` highlight groups.
|
||||||
Requires `nvim-tree.git.enable`
|
Requires `nvimTree.git.enable`
|
||||||
This can be used with or without the icons.
|
This can be used with or without the icons.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -539,7 +539,7 @@ with builtins; {
|
||||||
default = "none";
|
default = "none";
|
||||||
description = ''
|
description = ''
|
||||||
Highlight modified files in the tree using `NvimTreeNormal` highlight group.
|
Highlight modified files in the tree using `NvimTreeNormal` highlight group.
|
||||||
Requires `nvim-tree.view.highlightOpenedFiles`
|
Requires `nvimTree.view.highlightOpenedFiles`
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -773,7 +773,7 @@ with builtins; {
|
||||||
|
|
||||||
description = ''
|
description = ''
|
||||||
Do not show files with no git status. This will show ignored files when
|
Do not show files with no git status. This will show ignored files when
|
||||||
`nvim-tree.filters.git_ignored` is set, as they are effectively dirty.
|
`nvimTree.filters.gitIgnored` is set, as they are effectively dirty.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -840,7 +840,7 @@ with builtins; {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Use `:cd` instead of `:lcd` when changing directories.
|
Use `:cd` instead of `:lcd` when changing directories.
|
||||||
Consider that this might cause issues with the `nvim-tree.syncRootWithCwd` option.
|
Consider that this might cause issues with the `nvimTree.syncRootWithCwd` option.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1047,7 +1047,7 @@ with builtins; {
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
List of filetypes or buffer names on new tab that will prevent
|
List of filetypes or buffer names on new tab that will prevent
|
||||||
`nvim-tree.tab.sync.open` and `nvim-tree.tab.sync.close`
|
`nvimTree.tab.sync.open` and `nvimTree.tab.sync.close`
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue