diff options
Diffstat (limited to 'ale_linters/php/langserver.vim')
-rw-r--r-- | ale_linters/php/langserver.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/php/langserver.vim b/ale_linters/php/langserver.vim index d772e90d..be2d6ef1 100644 --- a/ale_linters/php/langserver.vim +++ b/ale_linters/php/langserver.vim @@ -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 |