diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-26 15:25:30 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-26 15:25:30 -0700 |
| commit | 6da68cdb8edea79f721479561ddc8d79e91981fe (patch) | |
| tree | e7e64edd62a76759ba891346a9b7bb3a3670d93d /lua/99/ops/init.lua | |
| parent | 9f82332f402a51c17bb69ca5937d4ba7d8cf004a (diff) | |
| download | a4-6da68cdb8edea79f721479561ddc8d79e91981fe.tar.xz a4-6da68cdb8edea79f721479561ddc8d79e91981fe.zip | |
mid way through refactor when i realize i have another refactor
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 9ceb9bc..c01c044 100644 --- a/lua/99/ops/init.lua +++ b/lua/99/ops/init.lua @@ -1,6 +1,6 @@ return { fill_in_function = require("99.ops.fill-in-function"), implement_fn = require("99.ops.implement-fn"), - query = require("99.ops.query"), + visual = require("99.ops.query"), Context = require("99.ops.context"), } |
