From 758798b6f9beef165cdffdbe4cc396b6d18b8f8b Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 30 Jun 2021 02:19:23 +0430 Subject: added rust-tools thanks to bob3000 (#544) * added rust-tools * require_plugin has been removed --- lua/plugins.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 1c5088cd..af1aee4d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -330,6 +330,12 @@ return require("packer").startup(function(use) requires = 'nvim-lua/plenary.nvim' } + -- Rust tools + -- TODO: use lazy loading maybe? + use { + "simrat39/rust-tools.nvim", + disable = not O.lang.rust.active + } -- Lazygit use { "kdheepak/lazygit.nvim", -- cgit v1.2.3