Kenneth Benzie (Benie) f93360d854 Actually run compdb asynchronously
Turns out vim.schedule() only defers calling the function until main
event loop has some free cycles but can still block the UI, just a bit
later. This patch replaces the external command invoked in the callback
passed into vim.schedule() with vim.fn.jobstart() and moves the other
code into job callbacks.
2024-03-14 21:17:36 +00:00
2024-03-14 21:17:36 +00:00
2024-03-02 15:17:48 +00:00
2024-03-11 20:22:59 +00:00
Description
No description provided
512 KiB
Languages
Lua 98.4%
Vim Snippet 1.6%