mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 20:03:44 +00:00
ignore extentions
This commit is contained in:
parent
f69a7bdf6d
commit
a90b5195ef
1 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
require("telescope").setup({
|
||||
defaults = {
|
||||
file_ignore_patterns = {
|
||||
"%.svg",
|
||||
"%.ardour",
|
||||
"%.bak",
|
||||
"%.jpg",
|
||||
"%.png",
|
||||
"%.gif",
|
||||
"%.wav",
|
||||
"%.blend",
|
||||
},
|
||||
vimgrep_arguments = {
|
||||
"rg",
|
||||
"--color=never",
|
||||
|
|
Loading…
Reference in a new issue