fix: set standalone to false, better startuptime

This commit is contained in:
fiplox 2023-02-21 21:48:42 +01:00
parent 1736eec0ff
commit e8ddd9a505
1 changed files with 1 additions and 0 deletions

View File

@ -42,5 +42,6 @@ end
require('rust-tools').setup {
server = {
on_attach = on_attach,
standalone = false,
},
}