Files
frelay/.zed/settings.json
2025-12-29 21:43:51 +08:00

31 lines
849 B
JSON

{
"tab_size": 4,
"vim_mode": false,
"buffer_font_family": "Maple Mono NF CN",
"ui_font_size": 15.0,
"buffer_font_size": 13.0,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark",
},
"lsp": {
"clangd": {
"binary": {
"arguments": [
"--header-insertion=never",
"--all-scopes-completion",
"--completion-style=detailed",
"--clang-tidy",
"-j=4",
"--pch-storage=memory",
"--compile-commands-dir=build",
"--background-index",
"--ranking-model=heuristics",
"--function-arg-placeholders=false",
],
},
},
},
}