1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add detail to ALE linter

This commit is contained in:
Matthew Brown 2018-11-13 15:28:39 -05:00 committed by GitHub
parent 06974221df
commit 695f37e6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,11 @@ I use the excellent Sublime [LSP plugin](https://github.com/tomv564/LSP) with th
LSP support was recently added to [ALE](https://github.com/w0rp/ale)'s master branch, but not yet in a tagged release.
Remember to specify Psalm as a PHP linter:
```
let g:ale_linters = { 'php': ['php', 'psalm'] }
```
**vim-lsp**
I got it working with [vim-lsp](https://github.com/prabirshrestha/vim-lsp)