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

SublimeText configuration

I have updated SublimeText configuration values for easier integration.
This commit is contained in:
KM 2021-09-08 18:28:52 +05:30 committed by GitHub
parent e10b809cc8
commit ae4282ad5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,15 +47,15 @@ In the "Timeouts" tab you can adjust the initialization timeout. This is importa
## Sublime Text
I use the excellent Sublime [LSP plugin](https://github.com/tomv564/LSP) with the following config:
I use the excellent Sublime [LSP plugin](https://github.com/tomv564/LSP) with the following config(Package Settings > LSP > Settings):
```json
"psalm":
{
"clients": {
"psalm": {
"command": ["php", "vendor/bin/psalm-language-server"],
"selector": "source.php | embedding.php",
"enabled": true
}
}
```
## Vim & Neovim