docs: add position configuration in the readme (#437)
This commit is contained in:
parent
d9aa7c78af
commit
8dd5db8923
@ -212,6 +212,8 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
|||||||
},
|
},
|
||||||
hints = { enabled = true },
|
hints = { enabled = true },
|
||||||
windows = {
|
windows = {
|
||||||
|
---@type "right" | "left" | "top" | "bottom"
|
||||||
|
position = "right", -- the position of the sidebar
|
||||||
wrap = true, -- similar to vim.o.wrap
|
wrap = true, -- similar to vim.o.wrap
|
||||||
width = 30, -- default % based on available width
|
width = 30, -- default % based on available width
|
||||||
sidebar_header = {
|
sidebar_header = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user