mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +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({
|
require("telescope").setup({
|
||||||
defaults = {
|
defaults = {
|
||||||
|
file_ignore_patterns = {
|
||||||
|
"%.svg",
|
||||||
|
"%.ardour",
|
||||||
|
"%.bak",
|
||||||
|
"%.jpg",
|
||||||
|
"%.png",
|
||||||
|
"%.gif",
|
||||||
|
"%.wav",
|
||||||
|
"%.blend",
|
||||||
|
},
|
||||||
vimgrep_arguments = {
|
vimgrep_arguments = {
|
||||||
"rg",
|
"rg",
|
||||||
"--color=never",
|
"--color=never",
|
||||||
|
|
Loading…
Reference in a new issue