diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-24 07:22:25 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-24 07:22:25 -0700 |
| commit | 1bc7f818fe687793428641b06ff3c257c4a610e0 (patch) | |
| tree | abbee40970b33566286bb4d3d3595ec839f58972 | |
| parent | 98212fdb0e1cec4a0466e2ccf09a1a0b8679bc99 (diff) | |
| download | a4-1bc7f818fe687793428641b06ff3c257c4a610e0.tar.xz a4-1bc7f818fe687793428641b06ff3c257c4a610e0.zip | |
slight change to docs
| -rw-r--r-- | lua/99/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/init.lua b/lua/99/init.lua index f0c7132..bdf35e0 100644 --- a/lua/99/init.lua +++ b/lua/99/init.lua @@ -198,7 +198,7 @@ local _99_state --- @field clear_previous_requests fun(): nil --- clears all previous search and visual operations --- @field Extensions _99.Extensions ---- clears all previous search and visual operations +--- check out Worker for cool abstraction on search and vibe local _99 = { DEBUG = Level.DEBUG, INFO = Level.INFO, |
