aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-02-03 11:43:12 +0900
committerGitHub <noreply@github.com>2020-02-03 11:43:12 +0900
commit7d25f8bf9ab86f19a7568613eaf8629ad91fd7a6 (patch)
treeb6c03edef13edc7608890280f9c7f3455a10e9b5 /settings.json
parent0b595998efedd45720b7ab304de4708403deb531 (diff)
parent3a0970d7afa93bcfcbca7c0cdda837916b5ea6a7 (diff)
downloadvim-lsp-settings-7d25f8bf9ab86f19a7568613eaf8629ad91fd7a6.tar.gz
vim-lsp-settings-7d25f8bf9ab86f19a7568613eaf8629ad91fd7a6.tar.bz2
vim-lsp-settings-7d25f8bf9ab86f19a7568613eaf8629ad91fd7a6.zip
Merge pull request #142 from mattn/add-powershell
Add powershell-languageserver
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index d7bf7bd..17dd92e 100644
--- a/settings.json
+++ b/settings.json
@@ -342,6 +342,20 @@
]
}
],
+ "ps1": [
+ {
+ "command": "powershell-languageserver",
+ "requires": [
+ "pwsh"
+ ],
+ "vim-plugin": {
+ "extensions": [
+ "ps1"
+ ],
+ "name": "PProvost/vim-ps1"
+ }
+ }
+ ],
"python": [
{
"command": "pyls",