Skip to content

Commit

Permalink
add --no-ignore-vcs to telescope-repo due to breaking change in fd: c…
Browse files Browse the repository at this point in the history
  • Loading branch information
nettleton committed Feb 6, 2024
1 parent 653c1f0 commit 684af20
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions dot_config/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@ telescope.setup{
extensions = {
fzf = {},
repo = {
search_dirs = {
"~/sandbox"
}
list = {
fd_opts = {
"--no-ignore-vcs",
},
search_dirs = {
"~/sandbox",
},
},
},
file_browser = {
files = false,
Expand Down

0 comments on commit 684af20

Please sign in to comment.