update telescope config to search and grep hidden files
This commit is contained in:
@@ -12,6 +12,12 @@ return {
|
|||||||
find_files = {
|
find_files = {
|
||||||
hidden = true,
|
hidden = true,
|
||||||
file_ignore_patterns = { "%.git/" }
|
file_ignore_patterns = { "%.git/" }
|
||||||
|
},
|
||||||
|
live_grep = {
|
||||||
|
file_ignore_patterns = { ".git" },
|
||||||
|
additional_args = function(_)
|
||||||
|
return { "--hidden" }
|
||||||
|
end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user