Skip to content

Commit

Permalink
range = true
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJamesCrawford committed Apr 1, 2023
1 parent e999489 commit 1af1fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/openai/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ vim.api.nvim_create_user_command(
local res = edit(selection, prompt)

insert_response(res)
end, {}
end, { range = true }
)

return {
Expand Down

0 comments on commit 1af1fc9

Please sign in to comment.