diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-03 09:54:55 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-03 09:54:55 +0900 |
commit | be98522b631e2a41e72bfae076ec3762c0d74c75 (patch) | |
tree | 215d9cff6a1edb5d6386d914944b933e521c4878 /settings.json | |
parent | 0b595998efedd45720b7ab304de4708403deb531 (diff) | |
download | vim-lsp-settings-be98522b631e2a41e72bfae076ec3762c0d74c75.tar.gz vim-lsp-settings-be98522b631e2a41e72bfae076ec3762c0d74c75.tar.bz2 vim-lsp-settings-be98522b631e2a41e72bfae076ec3762c0d74c75.zip |
Add powershell-languageserver
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.json b/settings.json index d7bf7bd..a90989a 100644 --- a/settings.json +++ b/settings.json @@ -342,6 +342,14 @@ ] } ], + "ps1": [ + { + "command": "powershell-languageserver", + "requires": [ + "powershell" + ] + } + ], "python": [ { "command": "pyls", |