10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"languageserver": {
|
|
"clangd": {
|
|
"command": "clangd",
|
|
"filetypes": ["c", "cpp"],
|
|
"rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"]
|
|
}
|
|
}
|
|
}
|