Skip to content

Commit

Permalink
Fix typo (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
piersolenski committed Dec 11, 2023
1 parent bb2d1d7 commit 3ce271a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/wtf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vim.api.nvim_create_user_command("WtfSearch", function(opts)
end, {
nargs = "?",
complete = function(_, _, _)
local completeions = search_engines.get_completions()
return completeions
local completions = search_engines.get_completions()
return completions
end,
})

0 comments on commit 3ce271a

Please sign in to comment.