diff --git a/doc/rustaceanvim.txt b/doc/rustaceanvim.txt index 72f7a144..d52b6383 100644 --- a/doc/rustaceanvim.txt +++ b/doc/rustaceanvim.txt @@ -214,7 +214,7 @@ RustaceanLspClientOpts *RustaceanLspClientOpts* {settings?} (table|fun(project_root:string|nil):table) Setting passed to rust-analyzer. Defaults to a function that looks for a `rust-analyzer.json` file or returns an empty table. See https://rust-analyzer.github.io/manual.html#configuration. {standalone?} (boolean) Standalone file support (enabled by default). Disabling it may improve rust-analyzer's startup time. {logfile?} (string) The path to the rust-analyzer log file. - {load_vscode_settings?} (boolean) Whether to search (upward from the buffer) for rust-analyzer settings in .vscode/settings json. + {load_vscode_settings?} (boolean) Whether to search (upward from the buffer) for rust-analyzer settings in .vscode/settings json. If found, loaded settings will override configured options. Default: true RustaceanDapOpts *RustaceanDapOpts*