aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins/telescope.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/pml68/plugins/telescope.lua b/lua/pml68/plugins/telescope.lua
index 9c5de69..b11e28d 100644
--- a/lua/pml68/plugins/telescope.lua
+++ b/lua/pml68/plugins/telescope.lua
@@ -5,4 +5,11 @@ return {
dependencies = {
"nvim-lua/plenary.nvim"
},
+ opts = {
+ pickers = {
+ find_files = {
+ find_command = { "rg", "--files", "--hidden" },
+ },
+ },
+ },
}