Bryan 2024-11-07 16:54:49 -06:00
parent 9d6a37551d
commit 7de72c54af
1 changed files with 3 additions and 2 deletions

View File

@ -193,8 +193,9 @@ function M.select()
end, end,
}, function(item) }, function(item)
if item then if item then
vim.fn.chdir(item.dir) -- vim.fn.chdir(item.dir)
M.load() -- M.load()
vim.print("selected")
end end
end) end)
end end