(nvim) update telescope fzf files ignore list
This commit is contained in:
parent
f54d480534
commit
d12c53cd5c
1 changed files with 4 additions and 0 deletions
|
|
@ -110,6 +110,10 @@ return {
|
||||||
file_ignore_patterns = {
|
file_ignore_patterns = {
|
||||||
"node%_modules/.*",
|
"node%_modules/.*",
|
||||||
"%.git/.*",
|
"%.git/.*",
|
||||||
|
"%.rustup/.*",
|
||||||
|
"target/.*",
|
||||||
|
".devbox/.*",
|
||||||
|
".nix/.*",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue