B:BD[
6.16546] → [
6.16546:16585]
B:BD[
6.16585] → [
8.3965:4261]
∅:D[
8.4261] → [
6.17432:17488]
B:BD[
6.17432] → [
6.17432:17488]
B:BD[
6.17488] → [
8.4262:4296]
∅:D[
8.4296] → [
6.17530:17586]
B:BD[
6.17530] → [
6.17530:17586]
B:BD[
6.17586] → [
8.4297:4326]
∅:D[
8.4326] → [
6.17631:17687]
B:BD[
6.17631] → [
6.17631:17687]
B:BD[
6.17687] → [
8.4327:4355]
∅:D[
8.4355] → [
6.17727:17762]
B:BD[
6.17727] → [
6.17727:17762]
B:BD[
6.17762] → [
8.4356:4388]
∅:D[
8.4388] → [
6.17762:17783]
B:BD[
6.17762] → [
6.17762:17783]
B:BD[
6.17783] → [
8.4389:4991]
∅:D[
8.4991] → [
6.17831:17887]
B:BD[
6.17831] → [
6.17831:17887]
B:BD[
6.17887] → [
8.4992:5019]
∅:D[
8.5019] → [
6.18515:18590]
B:BD[
6.18515] → [
6.18515:18590]
B:BD[
6.18590] → [
8.5020:5150]
B:BD[
6.18737] → [
9.50:83]
∅:D[
9.83] → [
6.18771:18790]
B:BD[
6.18771] → [
6.18771:18790]
B:BD[
6.18790] → [
8.5151:5236]
B:BD[
6.18822] → [
9.84:117]
B:BD[
6.19036] → [
6.19036:19055]
B:BD[
6.19055] → [
8.5237:5310]
∅:D[
8.5310] → [
6.19227:19246]
B:BD[
6.19227] → [
6.19227:19246]
B:BD[
6.19246] → [
8.5311:5644]
∅:D[
8.5644] → [
6.19308:19327]
B:BD[
6.19308] → [
6.19308:19327]
B:BD[
6.19327] → [
8.5645:5709]
∅:D[
8.5709] → [
6.19389:19408]
B:BD[
6.19389] → [
6.19389:19408]
B:BD[
6.19408] → [
8.5710:5812]
∅:D[
8.5812] → [
6.19525:19617]
B:BD[
6.19525] → [
6.19525:19617]
B:BD[
6.19617] → [
8.5813:6143]
globals = {
rustaceanvim = {
tools.test_executor = "background";
server.default_settings = mkLuaInline ''
{
["rust-analyzer"] = {
assist = {
preferSelf = true,
},
lens = {
references = {
adt = {
enable = true,
},
enumVariant = {
enable = true,
},
method = {
enable = true,
},
trait = {
enable = true,
all = true,
},
},
},
inlayHints = {
bindingModeHints = {
enable = true,
},
closureCaptureHints = {
enable = true,
},
closureReturnTypeHints = {
enable = true,
},
discriminantHints = {
enable = true,
},
expressionAdjustmentHints = {
enable = true,
},
genericParameterHints = {
lifetime = {
enable = true,
},
type = {
enable = true,
},
},
implicitDrops = {
enable = true,
},
implicitSizedBoundHints = {
enable = true,
},
lifetimeElisionHints = {
useParameterNames = true,
enable = true,
},
rangeExclusiveHints = {
enable = true,
},
},
-- checkOnSave and diagnostics must be disabled for bacon-ls
checkOnSave = {
command = "clippy",
enable = true,
},
diagnostics = {
enable = true,
experimental = {
enable = true,
},
styleLints = {
enable = true,
},
},
hover = {
actions = {
references = {
enable = true,
},
},
},
interpret = {
tests = true,
},
cargo = {
features = "all",
},
completion = {
hideDeprecated = true,
fullFunctionSignatures = {
enable = true,
},
},
globals.rustaceanvim = {
tools.test_executor = "background";
server.default_settings = mkLuaInline ''
{
["rust-analyzer"] = {
assist = {
preferSelf = true,
},
-- checkOnSave and diagnostics must be disabled for bacon-ls
checkOnSave.enable = true,
checkOnSave.command = "clippy",
diagnostics = {
enable = true,
experimental.enable = true,
styleLints.enable = true,