made symlinked files show up in telescope file picker
This commit is contained in:
@@ -7,6 +7,12 @@ return {
|
||||
defaults = {
|
||||
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 = {
|
||||
file_browser = {
|
||||
theme = "ivy",
|
||||
|
||||
Reference in New Issue
Block a user