1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Type: php to rust

This commit is contained in:
Shidong Wang 2020-03-14 22:32:17 +08:00
parent bc415d2b7c
commit cf56936bb9

View File

@ -65,7 +65,7 @@ rustup component add rls rust-analysis rust-src
"rust"
]
[layers.override_cmd]
php = ["rls"]
rust = ["rls"]
```
### 语法检查