diff options
author | Christian Segundo | 2025-01-17 23:10:50 +0100 |
---|---|---|
committer | Christian Segundo | 2025-01-17 23:10:50 +0100 |
commit | 104a8387a6bb8bb2d2f29069045cabf8ea2af644 (patch) | |
tree | cbe7355062e6a63e91b67e85d0369de1ce9b9cae | |
parent | d38e3d5ea7d080ad6ce285b8dffd70623a1566bb (diff) | |
download | config-master.tar.gz |
-rw-r--r-- | lua/plugins/core/telescope.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/core/telescope.lua b/lua/plugins/core/telescope.lua index 30bfaeb..6dc036f 100644 --- a/lua/plugins/core/telescope.lua +++ b/lua/plugins/core/telescope.lua @@ -17,6 +17,7 @@ return { additional_args = { -- additional args to rg "--hidden", -- search hidden files "--no-ignore", -- don't respect .gitignore + "--glob", "!**/.git/*", -- ignore .git directory } }, }, |