diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 21:53:26 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 21:53:26 +0100 |
commit | b7e2b0cad32cb2e806efd5c03984f098a1ad8c55 (patch) | |
tree | c7fed845ca58dad545dfe11f8578b69c71742ab7 /README.md | |
parent | cc868aee51c3880f08832cca0bf1351334d61794 (diff) | |
download | vim-polyglot-b7e2b0cad32cb2e806efd5c03984f098a1ad8c55.tar.gz vim-polyglot-b7e2b0cad32cb2e806efd5c03984f098a1ad8c55.zip |
Change vala provider to arrufat, closes #165
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ If you need full functionality of any plugin, please use it directly with your p - [toml](https://github.com/cespare/vim-toml) (syntax, ftplugin, ftdetect) - [twig](https://github.com/lumiliet/vim-twig) (syntax, indent, ftplugin) - [typescript](https://github.com/leafgarland/typescript-vim) (syntax, indent, compiler, ftplugin, ftdetect) -- [vala](https://github.com/tkztmk/vim-vala) (syntax, indent, ftdetect) +- [vala](https://github.com/arrufat/vala.vim) (syntax, indent, ftdetect) - [vbnet](https://github.com/vim-scripts/vbnet.vim) (syntax) - [vcl](https://github.com/smerrill/vcl-vim-plugin) (syntax, ftdetect) - [vue](https://github.com/posva/vim-vue) (syntax, indent, ftplugin, ftdetect) |