From e612613bd0c1322f3909200ad079d767e83bf198 Mon Sep 17 00:00:00 2001 From: Diego Frias <96022404+dzfrias@users.noreply.github.com> Date: Sat, 18 Mar 2023 09:29:39 -0700 Subject: [PATCH] Add rust-tools.nvim Fix sorting of rust-tools.nvim entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64290dd..ed59ef0 100644 --- a/README.md +++ b/README.md @@ -662,6 +662,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [Vim](https://vim.sourceforge.io/) — the ubiquitous text editor * [autozimu/LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) — [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box. * [crates.nvim](https://github.com/Saecki/crates.nvim) - plugin that helps to managing crates.io dependencies. + * [rust-tools.nvim](https://github.com/simrat39/rust-tools.nvim) - Tools for better development in rust using neovim's builtin lsp * [rust.vim](https://github.com/rust-lang/rust.vim) — provides file detection, syntax highlighting, formatting, Syntastic integration, and more. * [vim-racer](https://github.com/racer-rust/vim-racer) — allows vim to use [Racer](https://github.com/racer-rust/racer) for Rust code completion and navigation. * Visual Studio