mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user