agents
This commit is contained in:
parent
50c50b94cc
commit
6f18060a51
7 changed files with 1192 additions and 76 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue