From 0c3c2a7f6ef02d6431fb9f033fa3a6c7f7a3fd03 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 2 May 2025 03:39:08 +0200 Subject: [PATCH] fix(telescope): ignore .git directories --- lua/ow/plugins/telescope.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/ow/plugins/telescope.lua b/lua/ow/plugins/telescope.lua index c302dc7..a6d57a4 100644 --- a/lua/ow/plugins/telescope.lua +++ b/lua/ow/plugins/telescope.lua @@ -26,6 +26,9 @@ return { [""] = actions.select_default, }, }, + file_ignore_patterns = { + "^%.git/", + } }, extensions = { undo = {