fix(nvim): rust-analyzer config

It has been broken for thousands of years.
This commit is contained in:
2025-08-23 09:44:28 +08:00
parent fba506e06d
commit 90f0b4aa63

View File

@@ -36,7 +36,7 @@ local extra_config = {
},
rust_analyzer = {
settings = {
rust_analyzer = {
["rust-analyzer"] = {
check = {
command = "clippy",
},