YBCUW6H3YJDQPUBHYL5BFLTRATYK7SYSCZNMIV3KKMMXD2W6XAQQC YQTJKSDUZ6Y6LSJGOKBYQOPG3IG5RFMRKO2JGVUN5Q7AHPGOWFTAC GT35NGAHIVA7RXCZRK6OPFIC6KRVJ7SNI2AKVYLZLMVSBIKLOIEQC 526CRD2QD6NF6N6PQUNWZT6UUGNLMC25UYNIO7ZFUCPQCUALYN4QC KXYLAJ5WZIXV5FQ4TU3IPHCO2YRKQBAZBW27LOA5EVWI2OLVPIIAC RXJH46XLP6AFSIZZD4WEQA5A5YZLKHZ54ZUGCRH7TRAOH2Z4Q2VQC GDI3HOMTZYAE53VRPV5ITRA5WPTPNZELJHK3TM5MCICMH6MOECLAC AH6HSGEDTDCT77KUZXFSBB3U22PORVZ2RFGEN2DHYJNUHG6UWDPAC function ToggleDirbuf()if vim.bo.filetype == "dirbuf" thenvim.cmd("DirbufQuit")elsevim.cmd("Dirbuf")endendreturn {}function LualinePomoTimer()local ok, pomo = pcall(require, "pomo")local timer = pomo.get_first_to_finish()return " " .. tostring(timer)endif timer == nil thenreturn ""endif not ok thenreturn ""endendendfunction LualineFileInfo()local fe = vim.o.fileencodinglocal ff = vim.o.fileformatif fe == "" or ff == "" thenreturn ""elseif fe ~= "utf-8" and ff ~= "unix" thenreturn fe .. " :: " .. ff .. " :: "elseif fe ~= "utf-8" and ff == "unix" thenreturn fe .. " :: "elseif fe == "utf-8" and ff ~= "unix" thenreturn ff .. " :: "elsereturn ""
if fe == "" or ff == "" thenreturn ""elseif fe ~= "utf-8" and ff ~= "unix" thenreturn fe .. " :: " .. ff .. " :: "elseif fe ~= "utf-8" and ff == "unix" thenreturn fe .. " :: "elseif fe == "utf-8" and ff ~= "unix" thenreturn ff .. " :: "elsereturn ""endendfunction LualinePomoTimer()local ok, pomo = pcall(require, "pomo")if not ok thenreturn ""endlocal timer = pomo.get_first_to_finish()if timer == nil thenreturn ""endreturn " " .. tostring(timer)end