mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(neo-tree): more sane defaults for gitignore and hidden files
This commit is contained in:
parent
131187c092
commit
85405d6534
1 changed files with 5 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue