From 84d037e54d101985be370aa0e932ad50e2590995 Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 21 Aug 2024 23:33:54 +0800 Subject: [PATCH] docs: update windows opt (#140) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc9b09..efc3eea 100644 --- a/README.md +++ b/README.md @@ -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