nvim: ignore .venv/ in telescope

This commit is contained in:
Vladan Popovic 2024-10-07 12:10:05 +02:00
parent 51495f158d
commit 563995032c

View file

@ -44,6 +44,7 @@ telescope.setup {
},
file_ignore_patterns = {
'.git/',
'.venv/',
},
},
pickers = {