diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 16:08:11 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-04 16:08:22 +0200 |
commit | 8742443e694c51fd80db6828f3f0289183e96a40 (patch) | |
tree | 65e8e4c74fa73ab751a5f69768213f61839db1b4 /README.md | |
parent | 832dfece7629ac1a6f4894e956802b456ae791ea (diff) | |
download | vim-polyglot-8742443e694c51fd80db6828f3f0289183e96a40.tar.gz vim-polyglot-8742443e694c51fd80db6828f3f0289183e96a40.zip |
Remove advanced stuff from r plugin, fixes #420
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ If you need full functionality of any plugin, please use it directly with your p - [python](https://github.com/vim-python/python-syntax) (syntax) - [qmake](https://github.com/artoj/qmake-syntax-vim) (syntax) - [qml](https://github.com/peterhoeg/vim-qml) (syntax, indent, ftplugin) -- [r-lang](https://github.com/vim-scripts/R.vim) (syntax, ftplugin) +- [r-lang](https://github.com/vim-scripts/R.vim) (syntax) - [racket](https://github.com/wlangstroth/vim-racket) (syntax, indent, ftplugin) - [ragel](https://github.com/jneen/ragel.vim) (syntax) - [raml](https://github.com/IN3D/vim-raml) (syntax, ftplugin) |