diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-29 19:31:44 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-29 19:31:44 +0900 |
commit | 4f1f0a36c564424c0feb104e95bd47e539839f77 (patch) | |
tree | b439373d756ca4b6c38aec8086fc89a3dd87a244 /settings.json | |
parent | 54b401800bd2322bb40151cd63269ad3a39ebb35 (diff) | |
download | vim-lsp-settings-4f1f0a36c564424c0feb104e95bd47e539839f77.tar.gz vim-lsp-settings-4f1f0a36c564424c0feb104e95bd47e539839f77.tar.bz2 vim-lsp-settings-4f1f0a36c564424c0feb104e95bd47e539839f77.zip |
Add pyls-ms
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 3878bee..fdbfd1d 100644 --- a/settings.json +++ b/settings.json @@ -330,6 +330,12 @@ "requires": [ "python3" ] + }, + { + "command": "pyls-ms", + "requires": [ + "py" + ] } ], "reason": [ |