nvim: ignore .venv/ in telescope
This commit is contained in:
parent
51495f158d
commit
563995032c
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ telescope.setup {
|
||||||
},
|
},
|
||||||
file_ignore_patterns = {
|
file_ignore_patterns = {
|
||||||
'.git/',
|
'.git/',
|
||||||
|
'.venv/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
|
|
Loading…
Reference in a new issue