Files
clice/docs/option.toml
2024-09-03 20:10:14 +08:00

19 lines
337 B
TOML

[clang]
# the
compile-commands-directory = ""
# the path of builtin headers that clang uses
resource-directory = "${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]
[diagnostic]
[inlay-hint]