codemp-nvim/lua/codemp
alemi 214f7db24b
fix: namespace ops must happen on main loop
this plugin is becoming a bit of vim.schedule hell...
maybe the :and_then() callback should make sure it runs on the main
loop? maybe offer an :and_then(), which runs on main loop, and a :and_then_soon(),
which runs in the callback thread itself
2025-02-15 12:49:56 +01:00
..
neo-tree chore: updated to codemp 0.8 2024-10-26 18:16:18 +02:00
buffers.lua fix: draw user cursors upon attaching to buffer 2025-01-18 15:35:24 +01:00
client.lua fix: pass callback arg, add available field 2024-09-17 17:58:32 +02:00
command.lua fix: create buf synchronously when sharing 2025-01-10 16:41:36 +01:00
init.lua fix: print error when failed loading 2025-02-15 12:16:50 +01:00
loader.lua fix: print error when failed loading 2025-02-15 12:16:50 +01:00
utils.lua fix: draw user cursors upon attaching to buffer 2025-01-18 15:35:24 +01:00
window.lua chore: updated to codemp 0.8 2024-10-26 18:16:18 +02:00
workspace.lua fix: namespace ops must happen on main loop 2025-02-15 12:49:56 +01:00