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 --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 075c7368..c8637a92 100644 --- a/init.lua +++ b/init.lua @@ -35,7 +35,10 @@ if O.lang.lua.active then require('lsp.lua-ls') end if O.lang.php.active then require('lsp.php-ls') end if O.lang.python.active then require('lsp.python-ls') end if O.lang.ruby.active then require('lsp.ruby-ls') end -if O.lang.rust.active then require('lsp.rust-ls') end +if O.lang.rust.active then + require('lsp.rust-ls') + require('lv-rust-tools') +end if O.lang.svelte.active then require('lsp.svelte-ls') end if O.lang.terraform.active then require('lsp.terraform-ls') end if O.lang.tailwindcss.active then require('lsp.tailwindcss-ls') end -- cgit v1.2.3