From d0d4aedacbc3ab45112989f74d49078273d05a1d Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Sun, 18 Feb 2024 23:20:34 -0500 Subject: [PATCH] fix bug in the telescope ignore patterns --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index a56ed53f..9596f3fb 100644 --- a/init.lua +++ b/init.lua @@ -131,11 +131,11 @@ telscope.setup { defaults = { file_ignore_patterns = { "node_modules", - ".idea", + "%.idea", "project/target", --https://www.lua.org/pil/20.2.html "target", --https://www.lua.org/pil/20.2.html - ".cache", - ".cpcache", + "%.cache", + "%.cpcache", "cljs%-runtime" }, mappings = { i = {