diff options
-rw-r--r-- | settings.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 7231807..c3162ae 100644 --- a/settings.json +++ b/settings.json @@ -399,6 +399,18 @@ } } ], + "objc": [ + { + "command": "clangd", + "requires": [] + } + ], + "objcpp": [ + { + "command": "clangd", + "requires": [] + } + ], "perl": [ { "command": "slp", |