Files
clice/docs/option.toml
2024-08-31 20:56:36 +08:00

13 lines
277 B
TOML

[clang]
# the path of builtin headers that clang uses
resource-dir = "${executable}/../lib/clang/${version}"
# the commands that will be appended to the command line
append = []
# the commands that will be removed from the command line
remove = []
[completion]
[inlay-hint]