docs: update windows opt (#140)
This commit is contained in:
parent
58bc74d4f8
commit
84d037e54d
@ -127,8 +127,12 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
|||||||
},
|
},
|
||||||
hints = { enabled = true },
|
hints = { enabled = true },
|
||||||
windows = {
|
windows = {
|
||||||
wrap_line = true,
|
wrap_line = true, -- similar to vim.o.wrap
|
||||||
width = 30, -- default % based on available width
|
width = 30, -- default % based on available width
|
||||||
|
sidebar_header = {
|
||||||
|
align = "center", -- left, center, right for title
|
||||||
|
rounded = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
highlights = {
|
highlights = {
|
||||||
---@type AvanteConflictHighlights
|
---@type AvanteConflictHighlights
|
||||||
|
Loading…
x
Reference in New Issue
Block a user