From c66d7600903d152c3bd7ed39fdb30f34a41309e0 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 25 Jun 2022 20:27:34 +0200 Subject: [PATCH] nvim: Fix telescope vimgrep arguments --- config/nvim/plugins/telescope.fnl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nvim/plugins/telescope.fnl b/config/nvim/plugins/telescope.fnl index 6e0cea7..74ca220 100644 --- a/config/nvim/plugins/telescope.fnl +++ b/config/nvim/plugins/telescope.fnl @@ -13,6 +13,10 @@ :mappings {:i {: actions.close}} ; Arguments :vimgrep_arguments [:rg + :--hidden + :--ignore-vcs + :-g + :!.git/* :--color=never :--no-heading :--with-filename