From 8dd5db892352edba1dc6c9cc857d727643d7498b Mon Sep 17 00:00:00 2001 From: yetone Date: Sun, 1 Sep 2024 16:25:52 +0800 Subject: [PATCH] docs: add position configuration in the readme (#437) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b145fe..786e0c6 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_ }, hints = { enabled = true }, windows = { + ---@type "right" | "left" | "top" | "bottom" + position = "right", -- the position of the sidebar wrap = true, -- similar to vim.o.wrap width = 30, -- default % based on available width sidebar_header = {