nvim: exclude direnv in telescope picker
This commit is contained in:
parent
9b08b2f00f
commit
5acdfb9138
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,9 @@
|
|||
:--exclude
|
||||
:.git
|
||||
:--exclude
|
||||
:node_modules]})]
|
||||
:node_modules
|
||||
:--exclude
|
||||
:.direnv]})]
|
||||
(builtin.find_files find-opts)))
|
||||
|
||||
(fn mod.project-files []
|
||||
|
@ -23,4 +25,3 @@
|
|||
(mod.find-files))))
|
||||
|
||||
mod)
|
||||
|
||||
|
|
Loading…
Reference in a new issue