From f6db9b6d290f727877a0dfa163b4dbd61a4cdfb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 31 Dec 2023 19:25:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(rg):=20dont=20show?= =?UTF-8?q?=20hidden=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fd/ignore | 1 + .config/nvim/lua/plugins/telescope.lua | 2 +- .config/rg/.ripgreprc | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/fd/ignore b/.config/fd/ignore index c8831e35..18fa74a3 100644 --- a/.config/fd/ignore +++ b/.config/fd/ignore @@ -27,6 +27,7 @@ tsconfig.json jsconfig.json esbuild.config.mjs biome.json +node_modules/* # python __init__.py diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua index 4d244d4e..f8c9e2a2 100644 --- a/.config/nvim/lua/plugins/telescope.lua +++ b/.config/nvim/lua/plugins/telescope.lua @@ -66,7 +66,7 @@ return { }, pickers = { find_files = { - hidden = true, + hidden = false, }, }, extensions = { diff --git a/.config/rg/.ripgreprc b/.config/rg/.ripgreprc index 9bff5c0c..6cf357cb 100644 --- a/.config/rg/.ripgreprc +++ b/.config/rg/.ripgreprc @@ -1,5 +1,3 @@ #!/usr/bin/bash --smart-case ---hidden ---glob=!.git/