nvim: Tweak telescope filepicker
Only ignore the .git/ directory. Show hidden and .gitignored files.
This commit is contained in:
parent
f696cfe54e
commit
874a55c2ad
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ telescope.setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
pickers = {
|
||||||
|
find_files = {
|
||||||
|
find_command = { "fd", "--type", "f", "--exclude", "**/.git/", "--strip-cwd-prefix", "--unrestricted" },
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue