mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-25 03:39:40 +01:00
plugins/chadtree: account for initially wrong declaration for the 'ignore.*' options
This commit is contained in:
parent
ffc4d73814
commit
ce7fddd1ec
2 changed files with 48 additions and 25 deletions
|
|
@ -44,16 +44,16 @@
|
|||
session = true;
|
||||
show_hidden = false;
|
||||
version_control = true;
|
||||
ignore = {
|
||||
name_exact = [
|
||||
".DS_Store"
|
||||
".directory"
|
||||
"thumbs.db"
|
||||
".git"
|
||||
];
|
||||
name_glob = [ ];
|
||||
path_glob = [ ];
|
||||
};
|
||||
};
|
||||
ignore = {
|
||||
name_exact = [
|
||||
".DS_Store"
|
||||
".directory"
|
||||
"thumbs.db"
|
||||
".git"
|
||||
];
|
||||
name_glob = [ ];
|
||||
path_glob = [ ];
|
||||
};
|
||||
view = {
|
||||
open_direction = "left";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue