diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-22 23:52:28 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-22 23:52:28 +0200 |
| commit | b264270d98ba43e114788b7017c6fba22d60ca16 (patch) | |
| tree | cebf4effcb7d1acd72e27fdc0adddc1bdc8e7ff8 /lua/plugins/telescope.lua | |
| parent | d3133788ed35563ace10f788d81d747f4d946438 (diff) | |
| download | dotfiles-b264270d98ba43e114788b7017c6fba22d60ca16.tar.gz dotfiles-b264270d98ba43e114788b7017c6fba22d60ca16.zip | |
Changed search_dirs for find_projects() to "~/projects"
Diffstat (limited to 'lua/plugins/telescope.lua')
| -rw-r--r-- | lua/plugins/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 605cdc3..1299b2f 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -319,7 +319,7 @@ function M.find_projects() prompt_title = " Find Projects", path_display = { "smart" }, search_dirs = { - "~/src", + "~/projects", }, layout_strategy = "horizontal", layout_config = { preview_width = 0.65, width = 0.75 }, |
