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
|
:--exclude
|
||||||
:.git
|
:.git
|
||||||
:--exclude
|
:--exclude
|
||||||
:node_modules]})]
|
:node_modules
|
||||||
|
:--exclude
|
||||||
|
:.direnv]})]
|
||||||
(builtin.find_files find-opts)))
|
(builtin.find_files find-opts)))
|
||||||
|
|
||||||
(fn mod.project-files []
|
(fn mod.project-files []
|
||||||
|
@ -23,4 +25,3 @@
|
||||||
(mod.find-files))))
|
(mod.find-files))))
|
||||||
|
|
||||||
mod)
|
mod)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue