On Tuesday, 14 August 2018 at 10:43:01 UTC, w0rp wrote:
For those who like Vim, I opened an issue for adding dls support to ALE. https://github.com/w0rp/ale/issues/1812 I might work on it myself some day, or someone else can set it up.

ALE is a linter plugin for Vim I wrote, which is now the most popular one after Syntastic and offers some language server support. It should be possible to set it up so ALE will find and run `dls` automatically.

I don't know what would be needed for this, but I can answer any question you might have. Finding dls, at least, should be easy: it's located at `%LOCALAPPDATA%\dub\packages\.bin\dls-latest\dls.exe` on Windows, and `$HOME/.dub/packages/.bin/dls-latest/dls` on Posix systems.

Reply via email to