Inject lsp/diagnostics from coc into nvim's builtin? #5389
Closed
linrongbin16
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, today nvim built its native lsp/diagnostics layer, and coc maintains them in another way.
It is separated. And a lot of nvim plugins depend on nvim's builtin lsp/diagnostics. It means, we cannot use these plugins with coc.
Is there a way to inject lsp/diagnostics info from coc into nvim's builtin?
Beta Was this translation helpful? Give feedback.
All reactions