You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to format the current neovim buffer using vim.lsp.buf.format fails with a message that the LSP times out. It runs instantly if I only use rustfmt without leptosfmt. Increasing the timeout to 5s still fails, while running leptosfmt . on the whole project in the terminal finishes in well under a second. My system is a M1 MacBook Pro.
Configuration
Leptosfmt is configured in the recommended way by creating a rust-analyzer.toml with the content
Problem description
Trying to format the current neovim buffer using
vim.lsp.buf.format
fails with a message that the LSP times out. It runs instantly if I only use rustfmt without leptosfmt. Increasing the timeout to 5s still fails, while runningleptosfmt .
on the whole project in the terminal finishes in well under a second. My system is a M1 MacBook Pro.Configuration
Leptosfmt is configured in the recommended way by creating a
rust-analyzer.toml
with the contentThe text was updated successfully, but these errors were encountered: