fixup: error logging in with gopls

pull/429/head
weirdgiraffe 4 months ago
parent 6706aafee0
commit 18e14ab405
No known key found for this signature in database
GPG Key ID: 1F15F3CEAD2926CA

@ -14,7 +14,9 @@ local function with_gopls_codelens(callback)
else
log('gopls does not support textDocument/codelens method')
end
return
end
log('gopls lsp client not found')
end
-- refreshes codelens if gopls supports codelens

Loading…
Cancel
Save