Files
avante.nvim/lua/avante
Dmitry Torokhov 9ccf721435 refactor(sidebar): avoid temporary table in Sidebar:update_content()
Under the hood vim.list_extend() does the same loop over the source
table and uses table.insert() to append the values to the destination
table, so using a temporary table makes little sense.

Switch to directly inserting (appending) values into history_lines
table.
2025-07-19 13:58:11 +08:00
..
2025-06-25 16:55:10 +08:00
2025-07-17 20:37:57 +08:00
2025-07-09 22:32:05 +08:00
2025-07-16 19:04:46 +08:00
2025-05-06 19:32:55 +08:00
2024-11-23 21:49:33 +08:00