sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.
BSD 2-Clause "Simplified" License
1.98k stars 189 forks source link

Formatting F# buffer replaces it with error message #461

Open avysk opened 1 year ago

avysk commented 1 year ago

Neoformat calls fantomas tool with --stdin option which is not recognized.

❯ dotnet tool install -g fantomas
You can invoke the tool using the following command: fantomas
Tool 'fantomas' (version '6.0.3') was successfully installed.
🌐 eldanna in ~ took 2s
❯ fantomas --version
Fantomas v6.0.3+25b6f95b1e17b0e54e4c8fe807ee3d748043d5b6
🌐 eldanna in ~
❯ fantomas --stdin
Input path '--stdin' not found.
🌐 eldanna in ~

This is FreeBSD 13.2; the same behavior on Windows 11.