made symlinked files show up in telescope file picker
This commit is contained in:
@@ -7,6 +7,12 @@ return {
|
|||||||
defaults = {
|
defaults = {
|
||||||
file_ignore_patterns = { ".git" },
|
file_ignore_patterns = { ".git" },
|
||||||
},
|
},
|
||||||
|
pickers = {
|
||||||
|
find_files = {
|
||||||
|
-- `hidden = true` will still show the inside of `.git/` as it's not `.gitignore`d.
|
||||||
|
find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/*", "-L" },
|
||||||
|
},
|
||||||
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
file_browser = {
|
file_browser = {
|
||||||
theme = "ivy",
|
theme = "ivy",
|
||||||
|
|||||||
Reference in New Issue
Block a user