aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f878b77..abf4e5e 100644
--- a/lua/plugins/telescope.lua
+++ b/lua/plugins/telescope.lua
@@ -329,7 +329,7 @@ function M.find_notes()
prompt_title = " Find Notes",
path_display = { "smart" },
search_dirs = {
- "~/documents",
+ "~/documents/notes",
},
--cwd = "~documents/notes",
layout_strategy = "horizontal",