diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-19 00:40:25 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-19 00:40:25 +0900 |
commit | fe18fd71e6a5ec372891a368adafc1965c67c33d (patch) | |
tree | 9401794050e99a4c75ae448c0cefd9003fdc3a32 /settings.json | |
parent | b384fe6f3c8c46315821bf2a08798bfdcda880ee (diff) | |
download | vim-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.json | 2 |
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" ] |