refactor(history): use XDG_DATA_STATE as source dir (#209)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@@ -79,6 +79,9 @@ M.defaults = {
|
||||
auto_set_highlight_group = true,
|
||||
auto_apply_diff_after_generation = false,
|
||||
},
|
||||
history = {
|
||||
storage_path = vim.fn.stdpath("state") .. "/avante",
|
||||
},
|
||||
highlights = {
|
||||
---@type AvanteConflictHighlights
|
||||
diff = {
|
||||
|
||||
Reference in New Issue
Block a user