Document the PHP langserver integration

This commit is contained in:
w0rp
2017-08-07 13:08:51 +01:00
parent f7d7abe5b2
commit 39ebb431b6
4 changed files with 36 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
" Description: PHP Language server integration for ALE
call ale#Set('php_langserver_executable', 'php-language-server.php')
call ale#Set('php_langserver_config_path', '')
call ale#Set('php_langserver_use_global', 0)
function! ale_linters#php#langserver#GetExecutable(buffer) abort