From 42378dbb1b3ad2601abbd38d7cab86ac1e432c4f Mon Sep 17 00:00:00 2001 From: Diogo Duarte Date: Mon, 1 Apr 2024 20:19:01 +0100 Subject: [PATCH] Removed FIX comments --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 9c51070..44cc73b 100644 --- a/init.lua +++ b/init.lua @@ -89,7 +89,7 @@ end) local _save_last_directory = ya.sync(function(state) state.curr_dir = { on = "'", - desc = "~", -- FIX This might not be true, i.e. the user entry point might not be the home dir + desc = "~", cursor = 0, } @@ -106,7 +106,6 @@ 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)