From e8ddd9a505e152d2f8a7f2d05cbfbd69304b6f55 Mon Sep 17 00:00:00 2001 From: fiplox Date: Tue, 21 Feb 2023 21:48:42 +0100 Subject: [PATCH] fix: set standalone to false, better startuptime --- ftplugin/rust.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/rust.lua b/ftplugin/rust.lua index 5a732c3..31c9206 100644 --- a/ftplugin/rust.lua +++ b/ftplugin/rust.lua @@ -42,5 +42,6 @@ end require('rust-tools').setup { server = { on_attach = on_attach, + standalone = false, }, }