nvim: telescope ignore Eolas img/ dir

This commit is contained in:
thomasabishop 2024-02-18 11:47:13 +00:00
parent 63197e6f84
commit 1d9492ed64

View file

@ -20,6 +20,7 @@ telescope.setup({
}, },
}, },
file_ignore_patterns = { file_ignore_patterns = {
"img",
"node_modules", "node_modules",
".git", ".git",
}, },