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