Find dotfiles when they are not gitignored

This commit is contained in:
don philipe
2025-09-01 13:09:47 +02:00
parent f8cf65bda9
commit 177716cdbe

View File

@@ -24,4 +24,9 @@ require('telescope').setup({
vertical = { width = 0.95 }
},
},
pickers = {
find_files = {
find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*" },
},
},
})