Skip to content
Discussion options

You must be logged in to vote

It can take a while to write if the language server is slow because the write waits on the document formatting response from the server. You can use :toggle-option auto-format to disable auto-formatting or disable it specifically for Rust:

# ~/.config/helix/languages.toml or <project dir>/.helix/languages.toml
[[language]]
name = "rust"
auto-format = false

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@martinetd
Comment options

Answer selected by martinetd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7426 on June 22, 2023 14:13.