From a4fc7253ad96ce33a2f6f4038cbc6c86766296c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sun, 8 Oct 2023 16:41:48 +0200 Subject: [PATCH] feat(telescope): update pickers --- lua/plugins/telescope.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index ffad760..fa4408b 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -38,7 +38,7 @@ return { '--hidden', '--files', '-g', - '!.git', + '!.git/', }, }, live_grep = { @@ -53,7 +53,7 @@ return { '--column', '--smart-case', '-g', - '!.git', + '!.git/', }, }, },