aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-03 09:54:55 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-03 09:54:55 +0900
commitbe98522b631e2a41e72bfae076ec3762c0d74c75 (patch)
tree215d9cff6a1edb5d6386d914944b933e521c4878 /settings.json
parent0b595998efedd45720b7ab304de4708403deb531 (diff)
downloadvim-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.json8
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",