mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 07:24:52 +01:00
fix: new names
This commit is contained in:
parent
d8990452d0
commit
90d5a57037
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ if CODEMP == nil then
|
||||||
setup = function (opts)
|
setup = function (opts)
|
||||||
CODEMP.config = vim.tbl_extend('force', CODEMP.config, opts)
|
CODEMP.config = vim.tbl_extend('force', CODEMP.config, opts)
|
||||||
-- register logger
|
-- 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
|
-- 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(
|
vim.api.nvim_create_autocmd(
|
||||||
{"ExitPre"},
|
{"ExitPre"},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue