Guide for migrating from Ale... #567
Unanswered
jahagirdar
asked this question in
Q&A
Replies: 0 comments
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.
-
I have used vim for decades and Ale for a really long time. I was trying out lsp today and was stumped. A migration guide would be useful for Ale users like me.
I have the following in my vimrc (v9 script)
When I open verilog or python files I can see that the corresponding lsp is running. But I do not see the warnings/errors in my vim buffer as I would with Ale. I tried running in debug mode but the lsp-*.err and log files do not contain any useful information.
e.g. all I see in the log file is
11/02/24 16:16:25: Received {'method': 'textDocument/publishDiagnostics', 'jsonrpc': '2.0', 'params': {'diagnostics': [], 'uri': 'f ile:///prj/tb.v', 'version': 7}}
Is there an equivalent of AleInfo which shows the output from the lsp?
Beta Was this translation helpful? Give feedback.
All reactions