feat(neo-tree): more sane defaults for gitignore and hidden files

This commit is contained in:
Folke Lemaitre
2024-06-30 08:19:40 +02:00
parent 131187c092
commit 85405d6534

View File

@ -66,6 +66,11 @@ return {
bind_to_cwd = false,
follow_current_file = { enabled = true },
use_libuv_file_watcher = true,
filtered_items = {
hide_dotfiles = false,
hide_gitignored = true,
hide_by_name = { ".git" },
},
},
window = {
mappings = {