diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:25:03 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:25:03 +0200 |
commit | b8d993932931549cc2bf8158abc9bad026d14c11 (patch) | |
tree | 397b353c1113a7e0e48e7dba478137daf06ddbf5 /README.md | |
parent | 0244e228faf6ee71750cbca3bdcd18411a927d22 (diff) | |
download | vim-polyglot-b8d993932931549cc2bf8158abc9bad026d14c11.tar.gz vim-polyglot-b8d993932931549cc2bf8158abc9bad026d14c11.zip |
Add python compiler, closes #147
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ 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, ftdetect) - [purescript](https://github.com/raichoo/purescript-vim) (syntax, indent, ftplugin, ftdetect) - [python](https://github.com/mitsuhiko/vim-python-combined) (syntax, indent) +- [python-compiler](https://github.com/aliev/vim-compiler-python) (compiler, autoload, ftdetect) - [qml](https://github.com/peterhoeg/vim-qml) (syntax, indent, ftplugin, ftdetect) - [r-lang](https://github.com/vim-scripts/R.vim) (syntax, ftplugin) - [ragel](https://github.com/jneen/ragel.vim) (syntax) |