fix(selection): hint not apply correctly (#101)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
5d866379b6
commit
410824e357
@ -126,6 +126,7 @@ function M.setup(opts)
|
||||
M.options.diff,
|
||||
{ mappings = M.options.mappings.diff, highlights = M.options.highlights.diff }
|
||||
)
|
||||
M.hints = vim.tbl_deep_extend("force", {}, M.options.hints)
|
||||
end
|
||||
|
||||
---@param opts? avante.Config
|
||||
|
Loading…
x
Reference in New Issue
Block a user