refactor(nvim): remove unused options from rustaceanvim

This commit is contained in:
Price Hiller 2024-12-13 22:41:06 -06:00
parent c540d91464
commit 4f6d5d49e8
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -93,7 +93,7 @@ return {
}, },
{ {
"mrcjkb/rustaceanvim", "mrcjkb/rustaceanvim",
ft = { "rust" }, lazy = false,
init = function() init = function()
vim.g.rustaceanvim = { vim.g.rustaceanvim = {
dap = { dap = {
@ -110,13 +110,7 @@ return {
default_settings = { default_settings = {
["rust-analyzer"] = { ["rust-analyzer"] = {
cargo = { cargo = {
features = "all", targetDir = "target/rust-analyzer/",
loadOutDirsFromCheck = true,
runBuildScripts = true,
},
check = {
command = "clippy",
features = "all",
}, },
checkOnSave = true, checkOnSave = true,
rustfmt = { rustfmt = {