You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# claude-preview.nvim
1
+
# code-preview.nvim
2
2
3
3
A Neovim plugin that shows a **diff preview before your AI coding agent applies any file change** — letting you review exactly what's changing before accepting.
4
4
@@ -63,7 +63,7 @@ Supports [Claude Code](https://docs.anthropic.com/en/docs/claude-code) and [Open
63
63
64
64
```lua
65
65
{
66
-
"Cannon07/claude-preview.nvim",
66
+
"Cannon07/code-preview.nvim",
67
67
config=function()
68
68
require("code-preview").setup()
69
69
end,
@@ -73,7 +73,7 @@ Supports [Claude Code](https://docs.anthropic.com/en/docs/claude-code) and [Open
0 commit comments