From 41bd66f27196ca567cfc7ba840b4ea4513f675bd Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 19 Jun 2022 01:39:12 +0200 Subject: [PATCH] nvim: find_files should only find files ... --- config/nvim/nifoc/telescope.fnl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/nvim/nifoc/telescope.fnl b/config/nvim/nifoc/telescope.fnl index 9653734..729b37d 100644 --- a/config/nvim/nifoc/telescope.fnl +++ b/config/nvim/nifoc/telescope.fnl @@ -3,6 +3,8 @@ themes (require :telescope.themes)] (fn mod.find-files [] (let [find-opts (themes.get_ivy {:find_command [:fd + :--type + :file :--hidden :--ignore-vcs :-L