Open diffs in Neovim native diffs #76
-
|
Hello. I have been using https://github.com/coder/claudecode.nvim to integrate Neovim with ClaudeCode. However, this plugin does not allow prompting a remote ClaudeCode from inside Neovim. I like running the AI outside of Neovim as it gets too cluttered otherwise for me. I like that this plugin can send prompts directly to It his possible with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Sorry for the slow response, I didn't realize I don't get notifications for Discussions! I think this is possible when edits require permission - I could listen for the permission request SSE and display the diff in Neovim, then accept/reject the permission request. However the plugin aims to supplement the |
Beta Was this translation helpful? Give feedback.
Sorry for the slow response, I didn't realize I don't get notifications for Discussions!
I think this is possible when edits require permission - I could listen for the permission request SSE and display the diff in Neovim, then accept/reject the permission request. However the plugin aims to supplement the
opencodeTUI, not re-implement functionality (like viewing and responding to diffs). I still think it's a cool idea, but the level of effort is a bit high for me to just knock out on the side. iirc when I toyed with Next Edit Suggestions, my main pain point was that Neovim doesn't offer a standard way to easily display inline diffs (happy to be corrected on that).