mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
16 lines
248 B
Lua
16 lines
248 B
Lua
return {
|
|
settings = {
|
|
["rust-analyzer"] = {
|
|
cargo = {
|
|
loadOutDirsFromCheck = true,
|
|
},
|
|
checkOnSave = {
|
|
command = "clippy",
|
|
},
|
|
experimental = {
|
|
procAttrMacros = true,
|
|
},
|
|
},
|
|
},
|
|
}
|