fix(opencode-nvim)!: update API calls for version ^0.11 - #1773
fix(opencode-nvim)!: update API calls for version ^0.11#1773TakiMoysha wants to merge 2 commits into
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
e3d2c95 to
bd91e08
Compare
bd91e08 to
b87d777
Compare
Description
Updated
opencode.nvimconfiguration to support API changes in version 0.11toggle()→start(){ submit = true }and{ append = true }options fromask()andprompt()calls. New API replaces the opts params with trailing space behavior:ask("@this:", { submit = true})=>ask(@this:")(no space in the end), andprompt("buffer", { append = true })=>prompt("@buffer ")append space (as alternative.prompt("@buffer" .. APPEND))^0.11. Space support appeared earlier in version 0.9Additional Information
Breaking change: This update is compatible with opencode.nvim ^0.11. Users on older versions will need to update the plugin.