rust: use targetSubdir

main
Zynh Ludwig 2024-07-29 22:55:57 -07:00
parent 5f6957f137
commit eb44c9410c
1 changed files with 15 additions and 0 deletions

15
lua/plugins/rustacean.lua Normal file
View File

@ -0,0 +1,15 @@
return {
"mrcjkb/rustaceanvim",
opts = {
server = {
default_settings = {
-- rust-analyzer language server configuration
["rust-analyzer"] = {
cargo = {
targetDir = true,
},
},
},
},
},
}