Skip to content

Commit

Permalink
docs(generated): update vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 15, 2024
1 parent dd401bb commit f9f6ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rustaceanvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit f9f6ea9

Please sign in to comment.