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:
parent
e10b809cc8
commit
ae4282ad5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user