tamasfe/taplo

cannot be automatically formatted for Helix editor

Closed this issue · 2 comments

When used for helix editor, the version that cargo install taplo-cli --locked compiles and installs cannot be automatically formatted on save, but the release version does.

By the way, using the command taplo format on the command line everything works fine.

You need to enable the LSP feature: cargo install taplo-cli --locked --features lsp. By default only the minimal CLI version is built.

You need to enable the LSP feature: cargo install taplo-cli --locked --features lsp. By default only the minimal CLI version is built.

Sure, thanks.