diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-04-23 11:46:52 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-04-23 11:46:52 +0200 |
commit | 679ccf03036dede70ec61878830973d79534bf0e (patch) | |
tree | 8c21cd4b2412218c20b4bacfc7f23e0d5f7d8f04 /README.md | |
parent | eacf785f5adcfb0b25988a0d0b8d05298033cb0c (diff) | |
download | vim-polyglot-679ccf03036dede70ec61878830973d79534bf0e.tar.gz vim-polyglot-679ccf03036dede70ec61878830973d79534bf0e.zip |
Change pgsql provider, closes #391
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ If you need full functionality of any plugin, please use it directly with your p - [octave](https://github.com/vim-scripts/octave.vim--) (syntax) - [opencl](https://github.com/petRUShka/vim-opencl) (syntax, indent, ftplugin) - [perl](https://github.com/vim-perl/vim-perl) (syntax, indent, ftplugin) -- [pgsql](https://github.com/exu/pgsql.vim) (syntax) +- [pgsql](https://github.com/lifepillar/pgsql.vim) (syntax, indent) - [php](https://github.com/StanAngeloff/php.vim) (syntax) - [plantuml](https://github.com/aklt/plantuml-syntax) (syntax, indent, ftplugin) - [pony](https://github.com/jakwings/vim-pony) (syntax, indent, autoload, ftplugin) |