fix: new names

This commit is contained in:
əlemi 2024-09-17 23:48:53 +02:00
parent d8990452d0
commit 90d5a57037
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -26,9 +26,9 @@ if CODEMP == nil then
setup = function (opts)
CODEMP.config = vim.tbl_extend('force', CODEMP.config, opts)
-- register logger
CODEMP.native.logger(print, CODEMP.config.debug)
CODEMP.native.setup_tracing(CODEMP.config.print, CODEMP.config.debug)
-- start background runtime, with stop event
CODEMP.rt = CODEMP.native.spawn_runtime_driver() -- spawn thread to drive tokio runtime
CODEMP.rt = CODEMP.native.setup_driver() -- spawn thread to drive tokio runtime
vim.api.nvim_create_autocmd(
{"ExitPre"},
{