diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-03 10:03:01 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-03 10:03:01 +0900 |
commit | 0cfdb045bcc9664dbafd41d72aa49ac58c7105e2 (patch) | |
tree | d4f50e354a851e6941398e3f9e6162c32b6483fa /settings.json | |
parent | be98522b631e2a41e72bfae076ec3762c0d74c75 (diff) | |
download | vim-lsp-settings-0cfdb045bcc9664dbafd41d72aa49ac58c7105e2.tar.gz vim-lsp-settings-0cfdb045bcc9664dbafd41d72aa49ac58c7105e2.tar.bz2 vim-lsp-settings-0cfdb045bcc9664dbafd41d72aa49ac58c7105e2.zip |
Add plugin suggestion
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/settings.json b/settings.json index a90989a..4787e08 100644 --- a/settings.json +++ b/settings.json @@ -347,7 +347,13 @@ "command": "powershell-languageserver", "requires": [ "powershell" - ] + ], + "vim-plugin": { + "extensions": [ + "ps1" + ], + "name": "PProvost/vim-ps1" + } } ], "python": [ |