feat: minimal diff (#583)
* Add minimize_diff option and add dummy function * fix: minimize snippets --------- Co-authored-by: yetone <yetoneful@gmail.com>
This commit is contained in:
@@ -231,6 +231,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
||||
auto_set_keymaps = true,
|
||||
auto_apply_diff_after_generation = false,
|
||||
support_paste_from_clipboard = false,
|
||||
minimize_diff = true, -- Whether to remove unchanged lines when applying a code block
|
||||
},
|
||||
mappings = {
|
||||
--- @class AvanteConflictMappings
|
||||
|
||||
Reference in New Issue
Block a user