File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ A Neovim plugin for performing partial diffs on selected code regions with advan
88
99## Demo
1010
11+
12+ https://github.com/user-attachments/assets/fcd3acfd-855b-4b54-a988-6bd2371344ba
13+
14+
15+
1116https://github.com/ryutaro-asada/partial-diff.nvim/assets/58899265/6eaae6a9-2ecb-489e-8d38-c4bd9ff41690
1217
1318## Installation
@@ -20,7 +25,7 @@ https://github.com/ryutaro-asada/partial-diff.nvim/assets/58899265/6eaae6a9-2ecb
2025 },
2126```
2227
23- ### configuration
28+ ## Configuration
2429
2530``` lua
2631require (' partial-diff' ).setup ({
@@ -105,15 +110,6 @@ Without this, the plugin will fall back to Neovim's built-in diff.
105110:PartialDiffDelete
106111```
107112
108- ## Configuration
109-
110- ``` lua
111- require (" partial-diff" ).setup ({
112- debug = false , -- Enable debug logging
113- log_file_path = vim .fn .stdpath (' cache' ) .. ' /partial-diff.log' , -- Custom log path
114- })
115- ```
116-
117113## Powered By
118114
119115- [ vscode-diff] ( https://github.com/micnil/vscode-diff ) - Advanced character-level diff computation
You can’t perform that action at this time.
0 commit comments