diff options
Diffstat (limited to 'setting.json')
-rw-r--r-- | setting.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/setting.json b/setting.json index 0eceab6..59cdf8c 100644 --- a/setting.json +++ b/setting.json @@ -1,4 +1,16 @@ { + "c": [ + { + "command": "clangd", + "requires": [] + } + ], + "cpp": [ + { + "command": "clangd", + "requires": [] + } + ], "typescript": [ { "command": "typescript-language-server", |