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

docs(lang#c): typo in clang example

This commit is contained in:
Twice 2021-12-13 21:52:51 +08:00 committed by GitHub
parent 3863ea6381
commit 5b6e41f1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ Here is an example how to use above options:
[[layers]]
name = "lang#c"
clang_executable = "/usr/bin/clang"
clang_flag = ['-I/user/include']
clang_flag = ['-I/usr/include']
[layer.clang_std]
c = "c11"
cpp = "c++1z"