summaryrefslogtreecommitdiff
path: root/lua/99
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-24 07:22:25 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-24 07:22:25 -0700
commit1bc7f818fe687793428641b06ff3c257c4a610e0 (patch)
treeabbee40970b33566286bb4d3d3595ec839f58972 /lua/99
parent98212fdb0e1cec4a0466e2ccf09a1a0b8679bc99 (diff)
downloada4-1bc7f818fe687793428641b06ff3c257c4a610e0.tar.xz
a4-1bc7f818fe687793428641b06ff3c257c4a610e0.zip
slight change to docs
Diffstat (limited to 'lua/99')
-rw-r--r--lua/99/init.lua2
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,