This commit is contained in:
zolinthecow 2025-07-11 02:53:52 -07:00
parent 50c50b94cc
commit 6f18060a51
7 changed files with 1192 additions and 76 deletions

View file

@ -57,7 +57,7 @@ end
-- Check if file exists
function M.file_exists(path)
local stat = vim.loop.fs_stat(path)
return stat and stat.type == 'file'
return stat ~= nil
end
-- Generate timestamp string