Skip to content

Commit 29a956d

Browse files
committed
Exclude .venv for rg listings too
1 parent 7c8a9a9 commit 29a956d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nvim/.config/nvim/init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ require("lazy").setup({
353353
"--hidden",
354354
"--glob",
355355
"!**/.git/*",
356+
"--glob",
357+
"!**/.venv/*",
356358
},
357359
},
358360
pickers = {
@@ -363,6 +365,8 @@ require("lazy").setup({
363365
"--hidden",
364366
"--glob",
365367
"!**/.git/*",
368+
"--glob",
369+
"!**/.venv/*",
366370
},
367371
},
368372
live_grep = {

0 commit comments

Comments
 (0)