Skip to content

Commit

Permalink
docs: add position configuration in the readme (yetone#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 1, 2024
1 parent d9aa7c7 commit 8dd5db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8dd5db8

Please sign in to comment.