Updated config

This commit is contained in:
2024-03-25 13:55:15 +01:00
parent 68e87da51d
commit c42cf0264f
10 changed files with 82 additions and 62 deletions

View File

@ -25,6 +25,26 @@ return {
},
},
},
rust_analyzer = {
settings = {
["rust-analyzer"] = {
imports = {
granularity = {
group = "module",
},
prefix = "self",
},
cargo = {
buildScripts = {
enable = true,
},
},
procMacro = {
enable = true
},
},
},
},
},
},
config = function(_, opts)