nvim: ignore .git/ in telescope
This commit is contained in:
parent
c0245c9d1c
commit
750cd50c3d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ telescope.setup {
|
||||||
treesitter = false
|
treesitter = false
|
||||||
},
|
},
|
||||||
file_ignore_patterns = {
|
file_ignore_patterns = {
|
||||||
'.git',
|
'.git/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
pickers = {
|
pickers = {
|
||||||
|
|
Loading…
Reference in a new issue