11 lines
141 B
Lua
11 lines
141 B
Lua
return {
|
|
cmd = { "rust-analyzer" },
|
|
settings = {
|
|
["rust-analyzer"] = {
|
|
rustfmt = {
|
|
overrideCommand = { "rustfmt" },
|
|
}
|
|
}
|
|
}
|
|
}
|