summaryrefslogtreecommitdiff
path: root/lua/99/ops/search.lua
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-25 15:14:48 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-25 15:14:48 -0700
commit9be01a1a50a61635ea7169e01c85fab41638ad66 (patch)
treea4d50311770e1eed49bf330dd0596db19fc7cea3 /lua/99/ops/search.lua
parentba72babb9d606f021ef0697a572ced10d5ff0d48 (diff)
downloada4-9be01a1a50a61635ea7169e01c85fab41638ad66.tar.xz
a4-9be01a1a50a61635ea7169e01c85fab41638ad66.zip
the vibe stuff is sort of there. I genuinely dislike what it is, moving
on
Diffstat (limited to 'lua/99/ops/search.lua')
-rw-r--r--lua/99/ops/search.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/99/ops/search.lua b/lua/99/ops/search.lua
index 0619f47..dc7520f 100644
--- a/lua/99/ops/search.lua
+++ b/lua/99/ops/search.lua
@@ -17,7 +17,9 @@ local function create_search_locations(context, response)
}
if #qf_list > 0 then
- require("99").qfix(context.xid)
+ require("99").qfix_top({
+ operation = "search",
+ })
else
vim.notify("No search results found", vim.log.levels.INFO)
end