From 5acdfb91382dcb031ee8b08216c840b016f242bf Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 17 Dec 2023 21:48:57 +0100 Subject: [PATCH] nvim: exclude direnv in telescope picker --- home/config/nvim/nifoc/telescope.fnl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/config/nvim/nifoc/telescope.fnl b/home/config/nvim/nifoc/telescope.fnl index 729b37d..d9f55fd 100644 --- a/home/config/nvim/nifoc/telescope.fnl +++ b/home/config/nvim/nifoc/telescope.fnl @@ -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) -