feat: add rounded opt (#139)

This commit is contained in:
yetone
2024-08-21 23:31:11 +08:00
committed by GitHub
parent 8a62e3e225
commit 58bc74d4f8
2 changed files with 25 additions and 11 deletions

View File

@@ -100,8 +100,9 @@ M.defaults = {
windows = {
wrap_line = true, -- similar to vim.o.wrap
width = 30, -- default % based on available width
sidebar = {
sidebar_header = {
align = "center", -- left, center, right for title
rounded = true,
},
},
--- @class AvanteConflictUserConfig