diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-25 15:14:48 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-25 15:14:48 -0700 |
| commit | 9be01a1a50a61635ea7169e01c85fab41638ad66 (patch) | |
| tree | a4d50311770e1eed49bf330dd0596db19fc7cea3 /lua/99/ops/search.lua | |
| parent | ba72babb9d606f021ef0697a572ced10d5ff0d48 (diff) | |
| download | a4-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.lua | 4 |
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 |
