plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.inlayHints.closingBraceHints.enable
Whether to show inlay hints after a closing }
to indicate what item it belongs to.
Type: null or boolean
Default:
null
Plugin default: true
plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.inlayHints.closingBraceHints.minLines
Minimum number of lines required before the }
until the hint is shown (set to 0 or 1
to always show them).
Type: null or signed integer
Default:
null
Plugin default: 25