From 78213d8e072e968be5d63db32901d8729bcbf54a Mon Sep 17 00:00:00 2001 From: yetone Date: Tue, 20 Aug 2024 01:57:24 +0800 Subject: [PATCH] docs: add back highlights doc (#96) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f9ee81e..c05ebd5 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,13 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_ wrap_line = true, width = 30, -- default % based on available width }, + highlights = { + ---@type AvanteConflictHighlights + diff = { + current = "DiffText", + incoming = "DiffAdd", + }, + }, --- @class AvanteConflictUserConfig diff = { debug = false,