change print info to log. codelens is not supported by lots of lsp

neovim_0_5
ray-x 3 years ago
parent a200c1db2b
commit 369233a758

@ -132,7 +132,7 @@ function M.check_capabilities(feature, client_id)
if #clients == 0 then
print("LSP: no client attached")
else
print("LSP: server does not support " .. feature)
log("LSP: server does not support " .. feature)
end
return false
end

Loading…
Cancel
Save