diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 14 |
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", |