diff --git a/lua/neorg/modules/external/interim-ls/module.lua b/lua/neorg/modules/external/interim-ls/module.lua index dd027af..594f067 100644 --- a/lua/neorg/modules/external/interim-ls/module.lua +++ b/lua/neorg/modules/external/interim-ls/module.lua @@ -202,7 +202,7 @@ module.private.start_lsp = function() if module.private.handlers[method] then module.private.handlers[method](params, callback, notify_reply_callback) else - log.warn("Unexpected LSP method: " .. method) + log.debug("Unexpected LSP method: " .. method) end end, notify = function(_method, _params) end,