1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-31 08:19:25 +00:00

[neovim] Show hidden files except .git in neo-tree

This commit is contained in:
2022-11-01 18:15:38 +01:00
parent 5a13d12e33
commit 94cc9ace87

View File

@ -42,10 +42,11 @@ neotree.setup({
filesystem = { filesystem = {
filtered_items = { filtered_items = {
visible = false, visible = false,
hide_dotfiles = true, hide_dotfiles = false,
hide_gitignored = false, hide_gitignored = false,
hide_by_name = { hide_by_name = {
"__pycache__", "__pycache__",
".git",
}, },
}, },
follow_current_file = true, follow_current_file = true,