aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/telescope.lua')
-rw-r--r--lua/plugins/telescope.lua2
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 },