aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-13 00:36:07 +0100
committerpml68 <contact@pml68.dev>2025-01-13 00:36:07 +0100
commitb6e934a0e3b3ee6eaab01373b23f108c17d58f72 (patch)
treef529edf42197501e71cb964e1d37e9646ca6836d
parentfeat: switch to rosepine-tmuxed for distorted colors (diff)
downloadnvim-b6e934a0e3b3ee6eaab01373b23f108c17d58f72.tar.gz
feat: update telescope find_files settings
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins/telescope.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/pml68/plugins/telescope.lua b/lua/pml68/plugins/telescope.lua
index 86396ed..59b6765 100644
--- a/lua/pml68/plugins/telescope.lua
+++ b/lua/pml68/plugins/telescope.lua
@@ -8,7 +8,8 @@ return {
opts = {
pickers = {
find_files = {
- find_command = { "rg", "--files" },
+ hidden = true,
+ find_command = { "rg", "--files", "--hidden", "--glob", "!**/.git/**" },
},
},
},