Skip to content

Update ft_rust.{txt,jax} #2179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion doc/ft_rust.jax
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,20 @@ g:rustfmt_emit_files~
rustfmt を '--write-mode=overwrite' ではなく '--emit=files' (1 が指定
されている場合) で実行するかどうかを決定します。 >
let g:rustfmt_emit_files = 0

<
*g:rustfmt_detect_version*
g:rustfmt_detect_version~
1 に設定すると、"rustfmt" からのバージョン出力を解析しようとします。パ
フォーマンス上の理由から、デフォルトでは無効になっています。
>
let g:rustfmt_detect_version = 1
<
*g:rustfmt_find_toml*
g:rustfmt_emit_files~
1 に設定すると、現在のパスから上方向に "rustfmt.toml" ファイルを検索し
ます。パフォーマンス上の理由から、デフォルトでは無効になっています。
>
let g:rustfmt_find_toml = 1
<
*g:rust_playpen_url*
g:rust_playpen_url~
Expand Down
15 changes: 14 additions & 1 deletion en/ft_rust.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,20 @@ g:rustfmt_emit_files~
determines whether to run rustfmt with '--emit=files' (when 1 is
provided) instead of '--write-mode=overwrite'. >
let g:rustfmt_emit_files = 0

<
*g:rustfmt_detect_version*
g:rustfmt_detect_version~
When set to 1, will try to parse the version output from "rustfmt".
Disabled by default for performance reasons
>
let g:rustfmt_detect_version = 1
<
*g:rustfmt_find_toml*
g:rustfmt_emit_files~
When set to 1, will try to find "rustfmt.toml" file by searching from
current path upwards. Disabled by default for performance reasons
>
let g:rustfmt_find_toml = 1
<
*g:rust_playpen_url*
g:rust_playpen_url~
Expand Down