From e64bb4538cbd224e2e5926c9ddbbcef184167da7 Mon Sep 17 00:00:00 2001 From: ichizok Date: Sat, 7 Mar 2020 05:29:44 +0900 Subject: Add objc/objcpp --- settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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", -- cgit v1.2.3-54-g00ecf