Skip to content

Commit

Permalink
updating completion
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicDuck committed Aug 29, 2024
1 parent e12bedb commit a80b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/grug-far.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
-- note: unfortunatly has to be global so it can be passed to command complete= opt
-- selene: allow(unused_variable)
function GrugFarCompleteEngine()
return vim.fn.join({ 'astgrep', 'ripgrep' }, '\n')
return vim.fn.join(vim.fn.keys(opts.defaultOptions.engines), '\n')
end

--- set up grug-far
Expand Down

0 comments on commit a80b072

Please sign in to comment.