Fix: Remove deprecated rust-analyzer settings (#244)

Fixes #243
pull/249/head
Sebastian Müller 2 years ago committed by GitHub
parent 9efdb79a5c
commit 6e94065243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,6 @@ M.defaults = function()
on_attach = on_attach,
settings = {
['rust-analyzer'] = {
assist = { importMergeBehavior = 'last', importPrefix = 'by_self' },
cargo = { loadOutDirsFromCheck = true },
procMacro = { enable = true },
},

Loading…
Cancel
Save