fix(selection): hint not apply correctly (#101)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-19 18:26:25 -04:00 committed by GitHub
parent 5d866379b6
commit 410824e357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,6 +126,7 @@ function M.setup(opts)
M.options.diff, M.options.diff,
{ mappings = M.options.mappings.diff, highlights = M.options.highlights.diff } { mappings = M.options.mappings.diff, highlights = M.options.highlights.diff }
) )
M.hints = vim.tbl_deep_extend("force", {}, M.options.hints)
end end
---@param opts? avante.Config ---@param opts? avante.Config