summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:55:40 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:55:40 +0100
commit17ad302c54063be1871c7f82d75b77e7c595e10c (patch)
tree67e2645d21baa9e05958dda9693d0f7b3a834929 /README.md
parent1541356fe1300a6bf2553ff1d7170036e797e07e (diff)
downloadvim-polyglot-3.3.0.tar.gz
vim-polyglot-3.3.0.zip
Change python syntax providers, closes #209v3.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e215e227..ef85fa9f 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,8 @@ If you need full functionality of any plugin, please use it directly with your p
- [puppet](https://github.com/voxpupuli/vim-puppet) (syntax, indent, ftplugin)
- [purescript](https://github.com/purescript-contrib/purescript-vim) (syntax, indent, ftplugin)
- [python-compiler](https://github.com/aliev/vim-compiler-python) (compiler, autoload)
-- [python](https://github.com/mitsuhiko/vim-python-combined) (syntax, indent)
+- [python-ident](https://github.com/Vimjas/vim-python-pep8-indent) (indent)
+- [python](https://github.com/vim-python/python-syntax) (syntax)
- [qml](https://github.com/peterhoeg/vim-qml) (syntax, indent, ftplugin)
- [r-lang](https://github.com/vim-scripts/R.vim) (syntax, ftplugin)
- [racket](https://github.com/wlangstroth/vim-racket) (syntax, indent, autoload, ftplugin)