1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

docs: Update config of vim-lsp in language_server.md (#5117)

This commit is contained in:
yaegassy 2021-01-28 10:46:56 +09:00 committed by Daniil Gentili
parent 08e305cbea
commit 9e41905171
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -79,7 +79,7 @@ This is the config I used (for Vim):
au User lsp_setup call lsp#register_server({
\ 'name': 'psalm-language-server',
\ 'cmd': {server_info->[expand('vendor/bin/psalm-language-server')]},
\ 'whitelist': ['php'],
\ 'allowlist': ['php'],
\ })
```