nvim: ignore .git/ in telescope

This commit is contained in:
Vladan Popovic 2024-10-07 08:43:18 +02:00
parent c0245c9d1c
commit 750cd50c3d

View file

@ -43,7 +43,7 @@ telescope.setup {
treesitter = false
},
file_ignore_patterns = {
'.git',
'.git/',
},
},
pickers = {