mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[neovim] Show hidden files (except .git) when using find_files on telescope
This commit is contained in:
parent
5aecb9f369
commit
4b51f8d6cd
@ -22,6 +22,9 @@ telescope.setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
|
find_files = {
|
||||||
|
find_command = { "fd", "--hidden", "--type=file", "--exclude=.git" },
|
||||||
|
},
|
||||||
live_grep = {
|
live_grep = {
|
||||||
additional_args = function()
|
additional_args = function()
|
||||||
return { "--hidden", "-g", "!.git/" }
|
return { "--hidden", "-g", "!.git/" }
|
||||||
|
Loading…
Reference in New Issue
Block a user