rust: use targetSubdir
This commit is contained in:
parent
5f6957f137
commit
eb44c9410c
1 changed files with 15 additions and 0 deletions
15
lua/plugins/rustacean.lua
Normal file
15
lua/plugins/rustacean.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"mrcjkb/rustaceanvim",
|
||||
opts = {
|
||||
server = {
|
||||
default_settings = {
|
||||
-- rust-analyzer language server configuration
|
||||
["rust-analyzer"] = {
|
||||
cargo = {
|
||||
targetDir = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue