docs: add back highlights doc (#96)

This commit is contained in:
yetone 2024-08-20 01:57:24 +08:00 committed by GitHub
parent 2d160fc5d7
commit 78213d8e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,13 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
wrap_line = true, wrap_line = true,
width = 30, -- default % based on available width width = 30, -- default % based on available width
}, },
highlights = {
---@type AvanteConflictHighlights
diff = {
current = "DiffText",
incoming = "DiffAdd",
},
},
--- @class AvanteConflictUserConfig --- @class AvanteConflictUserConfig
diff = { diff = {
debug = false, debug = false,