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

Type: change php to C/C++ (#3325)

This commit is contained in:
Gemo-X 2020-02-02 12:48:18 +08:00 committed by GitHub
parent fd7c0a96fa
commit d28e905c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ SpaceVim 初次安装时默认并未启用相关语言模块。首先需要启
### 代码自动补全
`autocomplete` 模块为 SpaceVim 提供了自动补全功能,目前针对 PHP 而言,比较好的补全方案是配合使用 lsp 模块:
`autocomplete` 模块为 SpaceVim 提供了自动补全功能,目前针对 C/C++ 而言,比较好的补全方案是配合使用 lsp 模块:
```toml
[[layers]]