Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 6852448

Browse files
committed
add .clangd
1 parent 8485631 commit 6852448

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.clangd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CompileFlags:
2+
Add:
3+
- -isystem./src/kernel
4+
- -isystem.

.zed/setttings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lsp": {
33
"clangd": {
44
"initialization_options": {
5-
"fallbackFlags": ["-I./src/kernel/"]
5+
"fallbackFlags": ["-isystem./src/kernel"]
66
}
77
}
88
}

0 commit comments

Comments
 (0)