1
0
Fork 0

nvim: exclude direnv in telescope picker
All checks were successful
Update Flake / update-flake (push) Successful in 3m45s
Build / build-amd64-linux (push) Successful in 1m16s
Build / build-arm64-linux (push) Successful in 5m28s

This commit is contained in:
Daniel Kempkens 2023-12-17 21:48:57 +01:00
parent 9b08b2f00f
commit 5acdfb9138
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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)