docs: update windows opt (#140)

This commit is contained in:
yetone 2024-08-21 23:33:54 +08:00 committed by GitHub
parent 58bc74d4f8
commit 84d037e54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,8 +127,12 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
},
hints = { enabled = true },
windows = {
wrap_line = true,
wrap_line = true, -- similar to vim.o.wrap
width = 30, -- default % based on available width
sidebar_header = {
align = "center", -- left, center, right for title
rounded = true,
},
},
highlights = {
---@type AvanteConflictHighlights