From 8a4cb447044a5b02d2cc7cdd9222631b8eaf1a51 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 28 Feb 2019 21:16:05 +0100 Subject: [PATCH] PLUGINS: add Rust plugins --- PLUGINS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 47549e5..1333900 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -40,6 +40,7 @@ - [Lua](#lua) - [PHP](#php) - [Python](#python) +- [Rust](#rust) - [TeX](#tex) - [VimL](#viml) @@ -350,6 +351,11 @@ Also see [fuzzy finders](#fuzzy-finders). - [SimpylFold](https://github.com/tmhedberg/SimpylFold) - [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 - [vimtex](https://github.com/lervag/vimtex)