diff options
| author | Bogdan Nikolov <84232456+0xr3ngar@users.noreply.github.com> | 2026-02-19 20:30:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-19 20:30:08 +0100 |
| commit | 725bf38ffc08cb8b537cbff322ef2d889b197dad (patch) | |
| tree | 2fa53c6b40463b8a18d9e175617b9b413a844e70 /lua/99/ops/init.lua | |
| parent | 6d219f47aa29cafb1ec39c41d4dd0a4875a74506 (diff) | |
| parent | d34e4dcbcc1f95d8f31f851baad18da12c59e7df (diff) | |
| download | a4-725bf38ffc08cb8b537cbff322ef2d889b197dad.tar.xz a4-725bf38ffc08cb8b537cbff322ef2d889b197dad.zip | |
Merge branch 'master' into master
Diffstat (limited to 'lua/99/ops/init.lua')
| -rw-r--r-- | lua/99/ops/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/ops/init.lua b/lua/99/ops/init.lua index 2e386d8..1f8e9f8 100644 --- a/lua/99/ops/init.lua +++ b/lua/99/ops/init.lua @@ -8,6 +8,6 @@ return { search = require("99.ops.search"), - implement_fn = require("99.ops.implement-fn"), + tutorial = require("99.ops.tutorial"), over_range = require("99.ops.over-range"), } |
