PLUGINS: add Rust plugins

This commit is contained in:
Marco Hinz 2019-02-28 21:16:05 +01:00
parent 2d476c1efb
commit 8a4cb44704
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -40,6 +40,7 @@
- [Lua](#lua) - [Lua](#lua)
- [PHP](#php) - [PHP](#php)
- [Python](#python) - [Python](#python)
- [Rust](#rust)
- [TeX](#tex) - [TeX](#tex)
- [VimL](#viml) - [VimL](#viml)
@ -350,6 +351,11 @@ Also see [fuzzy finders](#fuzzy-finders).
- [SimpylFold](https://github.com/tmhedberg/SimpylFold) - [SimpylFold](https://github.com/tmhedberg/SimpylFold)
- [vim-flake8](https://github.com/nvie/vim-flake8) - [vim-flake8](https://github.com/nvie/vim-flake8)
#### Rust
- [rust.vim](https://github.com/rust-lang/rust.vim)
- [vim-racer](https://github.com/racer-rust/vim-racer)
#### TeX #### TeX
- [vimtex](https://github.com/lervag/vimtex) - [vimtex](https://github.com/lervag/vimtex)