diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-14 18:32:30 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-14 18:32:30 -0700 |
| commit | 6c88a9537ae829cd8a4b92312e115c311e6beb42 (patch) | |
| tree | d2b1796d453cbbd7374ed740fa50a1be411362b1 /lua/99/time.lua | |
| parent | 701b4c34a1e3de34327d21cc6f51c79b49d26b51 (diff) | |
| download | a4-6c88a9537ae829cd8a4b92312e115c311e6beb42.tar.xz a4-6c88a9537ae829cd8a4b92312e115c311e6beb42.zip | |
fuzzy_find: for agents stuff
Diffstat (limited to 'lua/99/time.lua')
| -rw-r--r-- | lua/99/time.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/time.lua b/lua/99/time.lua index b668ea1..66e2fe2 100644 --- a/lua/99/time.lua +++ b/lua/99/time.lua @@ -1,7 +1,7 @@ local M = {} function M.now() - return vim.uv.now() + return vim.uv.now() end return M |
