From 24c5e2cbc1940c94fdac762c7549c8c8d560c099 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 22 Aug 2024 03:41:22 +0200 Subject: [PATCH] fix: enable logger again --- src/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.lua b/src/init.lua index 8fb287c..f0d1495 100644 --- a/src/init.lua +++ b/src/init.lua @@ -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"},