hide dotfiles and ignored files by default in filetree

This commit is contained in:
vladstojna 2023-04-20 20:25:42 +01:00 committed by vladstojna
parent 9af5ca96ae
commit 638966334b
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ return {
},
filesystem = {
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = false,
visible = false,
hide_dotfiles = true,
hide_gitignored = true,
},
bind_to_cwd = false,
follow_current_file = true,