Vim + ALE: has anyone gotten LanguageServer or StaticLint to work?

I’m using (regular) vim with ALE for linting and LSP support. However, LanguageServer.jl doesn’t seem to work: using the default ALE scripts, vim will instantiate a Julia proces with LanguageServer that then takes 100% CPU and uses it until it’s terminated (it even survives vim exit). I can’t seem to figure out how to get any activity logs, so I’m at a loss as to how to troubleshoot.

Similarly with StaticLint - I don’t see that adding it as a linter in the ALE config is doing anything.

Has anyone gotten these tools to work with this setup?

6 Likes

It looks like some things are possible with it in vim.

2 Likes