Files
avante.nvim/lua/avante
Dmitry Torokhov 663433a5ed refactor(message): use vim.tbl_extend() in Message:new() to apply options
It is unwieldy to handle fields in opt table one by one. Luckily there
is vim.bl_extend("force", ...) that can help us here.

Also move annotation for opts from parameter to a separate class to make
it easier to work with.
2025-07-22 17:49:28 +08:00
..
2025-06-25 16:55:10 +08:00
2025-07-21 23:59:12 +08:00
2025-07-21 21:55:53 +08:00
2025-07-21 11:14:19 +08:00
2025-07-21 21:55:53 +08:00
2025-05-06 19:32:55 +08:00
2024-11-23 21:49:33 +08:00
2025-07-22 17:45:14 +08:00