From ed9c58d02a642528998422bb0ff4d0795b6ebd2f Mon Sep 17 00:00:00 2001 From: dlond Date: Mon, 26 May 2025 02:09:23 +1200 Subject: [PATCH] broke the tele picker, fix pt 4 --- lua/custom/utils.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/utils.lua b/lua/custom/utils.lua index e8af9741..9aca987d 100644 --- a/lua/custom/utils.lua +++ b/lua/custom/utils.lua @@ -32,6 +32,7 @@ local function collect_executables(start_dir) end local function pick_executable(start_dir) + vim.notify('pick_executable() was triggered with start_dir=' .. start_dir, vim.log.levels.INFO) return async.wrap(function(_start_dir, on_choice) local executables = collect_executables(_start_dir) if #executables == 0 then