chore: remove unaligned character with options to align text (#136)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-21 11:12:10 -04:00
committed by GitHub
parent 5208fdc278
commit 76c7972fb1
2 changed files with 29 additions and 15 deletions

View File

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