feat(telescope): add image types to file_ignore_patterns
This commit is contained in:
@@ -23,6 +23,14 @@ return {
|
|||||||
selection_caret = " ",
|
selection_caret = " ",
|
||||||
color_devicons = true,
|
color_devicons = true,
|
||||||
sorting_strategy = "descending",
|
sorting_strategy = "descending",
|
||||||
|
file_ignore_patterns = {
|
||||||
|
"%.jpeg",
|
||||||
|
"%.jpg",
|
||||||
|
"%.png",
|
||||||
|
"%.webp",
|
||||||
|
"%.ico",
|
||||||
|
"%.svg",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
|
|||||||
Reference in New Issue
Block a user