diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 22:22:41 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 22:22:41 +0100 |
commit | 462bb76e06c9efa66cc4bae098dcc5497dd1069d (patch) | |
tree | ff1f697eb917122e1f946e2201c538dda06f2fde /README.md | |
parent | 8002795088067e5b9f578b748f9be0089621dc30 (diff) | |
download | vim-polyglot-462bb76e06c9efa66cc4bae098dcc5497dd1069d.tar.gz vim-polyglot-462bb76e06c9efa66cc4bae098dcc5497dd1069d.zip |
Change powershell provider to PProvost, closes #177
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ If you need full functionality of any plugin, please use it directly with your p - [pgsql](https://github.com/exu/pgsql.vim) (syntax, ftdetect) - [php](https://github.com/StanAngeloff/php.vim) (syntax) - [plantuml](https://github.com/aklt/plantuml-syntax) (syntax, indent, ftplugin, ftdetect) -- [powershell](https://github.com/Persistent13/vim-ps1) (syntax, indent, ftplugin, ftdetect) +- [powershell](https://github.com/PProvost/vim-ps1) (syntax, indent, ftplugin, ftdetect) - [protobuf](https://github.com/uarun/vim-protobuf) (syntax, indent, ftdetect) - [pug](https://github.com/digitaltoad/vim-pug) (syntax, indent, ftplugin, ftdetect) - [puppet](https://github.com/voxpupuli/vim-puppet) (syntax, indent, ftplugin, ftdetect) |