add telescope filter

This commit is contained in:
Miguel Da Silva 2024-09-15 22:07:22 +02:00
parent c62bda2191
commit 5e260f2c20
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ return {
-- All the info you're looking for is in `:help telescope.setup()` -- All the info you're looking for is in `:help telescope.setup()`
-- --
defaults = { defaults = {
file_ignore_patterns = { '%.o' }, file_ignore_patterns = { '%.o', '%.git', '%vgcore' },
}, },
pickers = { pickers = {
find_files = { find_files = {