From d3322992e53377bc68c42d8bb6c3c02ce4cbe968 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 24 Feb 2022 15:17:15 +0100 Subject: [PATCH] Vim setup/plugins for Rust --- sections/programming.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/programming.md b/sections/programming.md index 625ef3a..cec9e54 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -2057,3 +2057,5 @@ Raw * [nushell/nushell](https://github.com/nushell/nushell) - A modern shell written in Rust * [Loris Cro](https://kristoff.it/blog/why-go-and-not-rust/) - (2019) Why Go and not Rust? | What's the role of Go in a universe where Rust exists? * [Lib.rs](https://lib.rs/command-line-utilities) - Command line utilities | List of Rust applications/libraries/crates +* [vim-racer](https://github.com/racer-rust/vim-racer) - Vim plugin with support for Racer (Rust Code Completion utility) +* [Seena Burns](https://seenaburns.com/vim-setup-for-rust/) - (2017) Vim Setup For Rust