From b6eecdccb91ebc4370519ca72b1341722f25ba40 Mon Sep 17 00:00:00 2001 From: Diogo Duarte Date: Sun, 31 Mar 2024 18:12:15 +0100 Subject: [PATCH] Temporary fix to mitigate the issue no being able to get CWD in setup --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index a146efc..9c51070 100644 --- a/init.lua +++ b/init.lua @@ -106,6 +106,7 @@ local _save_last_directory = ya.sync(function(state) ps.sub("hover", function() local folder = Folder:by_kind(Folder.CURRENT) state.curr_dir.cursor = folder.cursor + state.curr_dir.desc = tostring(folder.cwd) -- FIX Not needed when the we are able to get the CWD in the setup end) end)