Files
avante.nvim/lua/avante
Dmitry Torokhov 5bc4ffa19f refactor(bedrock): replace vim.uv.spawn() with vim.system()
Instead of implementing synchronous call to a command line utility via
vim.uv.spawn() switch to using vim.system(). Its return value (object)
wait() method allows to specify timeout too.

This makes code much simpler.
2025-07-31 14:12:13 +08:00
..
2025-07-26 16:06:56 +08:00
2025-05-06 19:32:55 +08:00
2024-11-23 21:49:33 +08:00