diff options
Diffstat (limited to 'lua/pml68')
| -rw-r--r-- | lua/pml68/plugins/telescope.lua | 3 |
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/**" }, }, }, }, |
