aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-19 00:40:25 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-19 00:40:25 +0900
commitfe18fd71e6a5ec372891a368adafc1965c67c33d (patch)
tree9401794050e99a4c75ae448c0cefd9003fdc3a32 /settings.json
parentb384fe6f3c8c46315821bf2a08798bfdcda880ee (diff)
downloadvim-lsp-settings-fe18fd71e6a5ec372891a368adafc1965c67c33d.tar.gz
vim-lsp-settings-fe18fd71e6a5ec372891a368adafc1965c67c33d.tar.bz2
vim-lsp-settings-fe18fd71e6a5ec372891a368adafc1965c67c33d.zip
Use OmniSharp directly
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.json b/settings.json
index 623e122..ec5b676 100644
--- a/settings.json
+++ b/settings.json
@@ -129,7 +129,7 @@
],
"cs": [
{
- "command": "omnisharp-node-client",
+ "command": "omnisharp",
"requires": [
"npm"
]