diff options
author | ichizok <gclient.gaap@gmail.com> | 2020-03-07 05:29:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 05:29:44 +0900 |
commit | e64bb4538cbd224e2e5926c9ddbbcef184167da7 (patch) | |
tree | 18ce658b304a62a32425b08cca6d7d8f620b7c4e | |
parent | a0372cc838388515ab8a14dc30856ead9296f3f0 (diff) | |
download | vim-lsp-settings-e64bb4538cbd224e2e5926c9ddbbcef184167da7.tar.gz vim-lsp-settings-e64bb4538cbd224e2e5926c9ddbbcef184167da7.tar.bz2 vim-lsp-settings-e64bb4538cbd224e2e5926c9ddbbcef184167da7.zip |
Add objc/objcpp
-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", |