mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-29 03:16:59 +02:00
feat: do not hide any files - neotree
This commit is contained in:
@@ -92,7 +92,9 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
filesystem = {
|
filesystem = {
|
||||||
filtered_items = {
|
filtered_items = {
|
||||||
|
visible = true, -- visible by default
|
||||||
hide_dotfiles = false,
|
hide_dotfiles = false,
|
||||||
|
hide_gitignored = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user