mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
revert: feat(neo-tree): more sane defaults for gitignore and hidden files
This reverts commit 85405d6534
.
This commit is contained in:
parent
8a6875ab3b
commit
2bfcd05c62
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ return {
|
||||||
bind_to_cwd = false,
|
bind_to_cwd = false,
|
||||||
follow_current_file = { enabled = true },
|
follow_current_file = { enabled = true },
|
||||||
use_libuv_file_watcher = true,
|
use_libuv_file_watcher = true,
|
||||||
filtered_items = {
|
|
||||||
hide_dotfiles = false,
|
|
||||||
hide_gitignored = true,
|
|
||||||
hide_by_name = { ".git" },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue