Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2022-10-27 11:51:46 +08:00
parent a98af94a5b
commit 36c2fc4c5c
4 changed files with 37 additions and 24 deletions

View File

@@ -41,15 +41,13 @@ local servers = {
pylsp = {},
rust_analyzer = {
server = {
settings = {
['rust-analyzer'] = {
cargo = {
loadOutDirsFromCheck = true,
},
procMacro = {
enable = true,
},
settings = {
['rust-analyzer'] = {
cargo = {
loadOutDirsFromCheck = true,
},
procMacro = {
enable = true,
},
},
},
@@ -61,6 +59,11 @@ local servers = {
end,
},
}),
beancount = {
init_options = {
journal_file = "",
}
}
}
local settings = {