show hidden files in telescope tree browser

This commit is contained in:
Slayter Teal 2024-10-16 20:10:27 -05:00
parent aea8575fc1
commit 434f623bcb
1 changed files with 4 additions and 0 deletions

View File

@ -829,6 +829,10 @@ require('lazy').setup({
extensions = {
file_browser = {
hijack_netrw = true,
hidden = {
file_browser = true,
folder_browser = true,
},
},
},
}