aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2019-12-26 01:40:37 +0900
committerGitHub <noreply@github.com>2019-12-26 01:40:37 +0900
commitf668cd84c7055f7a27836df6f49c652bfc60f8bf (patch)
tree8bdd2bbdebf81fb9e248ef2b3a775edfeddc902d /settings.json
parent572f89e42300f8b503c59a225aecf53a2849c955 (diff)
parent6fa5eb358c24dc7e0838e790ec0b45141d56a909 (diff)
downloadvim-lsp-settings-f668cd84c7055f7a27836df6f49c652bfc60f8bf.tar.gz
vim-lsp-settings-f668cd84c7055f7a27836df6f49c652bfc60f8bf.tar.bz2
vim-lsp-settings-f668cd84c7055f7a27836df6f49c652bfc60f8bf.zip
Merge pull request #23 from johejo/feature/support_swift_and_cobol
feature: support swift and cobol
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 8081274..f5604ef 100644
--- a/settings.json
+++ b/settings.json
@@ -202,5 +202,21 @@
"npm"
]
}
+ ],
+ "swift": [
+ {
+ "command": "sourcekit-lsp",
+ "requires": [
+ "sourcekit-lsp"
+ ]
+ }
+ ],
+ "cobol": [
+ {
+ "command": "cobol-language-support",
+ "requires": [
+ "java"
+ ]
+ }
]
}