From e5428a7eb387e66c4b5dee3633cacc5c7031ccaa Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 22 Sep 2025 16:03:40 +0300 Subject: [PATCH] add galaxy folders to telescope exclude list --- lua/crentist/lazy/telescope.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/crentist/lazy/telescope.lua b/lua/crentist/lazy/telescope.lua index b7b441f..8e56e3f 100644 --- a/lua/crentist/lazy/telescope.lua +++ b/lua/crentist/lazy/telescope.lua @@ -24,7 +24,9 @@ return { vimgrep_arguments = vimgrep_arguments, file_ignore_patterns = { 'node_modules', - '.git/' + 'galaxy-roles', + 'galaxy-collections', + '.git/', } }, extensions = {