When using vim8.1, it does not provide vim.fn and vim.call function, so we can not use vim.fn.job_start. then how can I run command asynchronously in lua?
Asked
Active
Viewed 155 times
vim.eval()should be still there. If you find it inconvenient then consider upgrading your Vim. – Matt Aug 21 '21 at 11:18vim.evalsupports run command asynchronously. – Eric Wong Aug 22 '21 at 12:12