add telescope filter
This commit is contained in:
parent
c62bda2191
commit
5e260f2c20
|
@ -50,7 +50,7 @@ return {
|
|||
-- All the info you're looking for is in `:help telescope.setup()`
|
||||
--
|
||||
defaults = {
|
||||
file_ignore_patterns = { '%.o' },
|
||||
file_ignore_patterns = { '%.o', '%.git', '%vgcore' },
|
||||
},
|
||||
pickers = {
|
||||
find_files = {
|
||||
|
|
Loading…
Reference in New Issue