From b264270d98ba43e114788b7017c6fba22d60ca16 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 22 Mar 2023 23:52:28 +0200 Subject: Changed search_dirs for find_projects() to "~/projects" --- lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/telescope.lua') 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 }, -- cgit v1.2.3