mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
fix: enable logger again
This commit is contained in:
parent
fd9963f8aa
commit
24c5e2cbc1
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ end
|
|||
local native = require('codemp.loader').load() -- make sure we can load the native library correctly, otherwise no point going forward
|
||||
local state = require('codemp.state')
|
||||
local rt = native.runtime_drive_forever() -- spawn thread to drive tokio runtime
|
||||
-- native.logger(function (msg)
|
||||
-- vim.schedule(function () print(msg) end)
|
||||
-- end, true)
|
||||
--native.logger(function (msg)
|
||||
-- vim.schedule(function () print(msg) end)
|
||||
--end, true)
|
||||
|
||||
vim.api.nvim_create_autocmd(
|
||||
{"ExitPre"},
|
||||
|
|
Loading…
Reference in a new issue