mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 17:28:01 +00:00
[neovim] Show hidden files except .git in neo-tree
This commit is contained in:
parent
5a13d12e33
commit
94cc9ace87
@ -42,10 +42,11 @@ neotree.setup({
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = false,
|
||||
hide_dotfiles = true,
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = false,
|
||||
hide_by_name = {
|
||||
"__pycache__",
|
||||
".git",
|
||||
},
|
||||
},
|
||||
follow_current_file = true,
|
||||
|
Loading…
Reference in New Issue
Block a user