←back to thread

677 points meetpateltech | 1 comments | | HN request time: 0.213s | source
Show context
apwell23 ◴[] No.45117475[source]
what i am missing by using claude cli with nvim. i don't understand why editor integration needed.
replies(2): >>45117556 #>>45117594 #
nertzy ◴[] No.45117556[source]
The editor treats edits from Claude Code as a first class citizen. You can easily review, approve, rollback, etc. Claude's changes in a curated experience that is much faster than digging around in diffs or needing to approve each edit as it is proposed.

https://zed.dev/agentic

replies(3): >>45117707 #>>45117842 #>>45118245 #
1. apwell23 ◴[] No.45117842[source]
i open my nvim on a socket and tell calude code cli about it. my claude.md has a line "look for lsp errors when you are done editing" so it communicates with neovim on the socket and gets whatever it needs from editor.