sbdchd / neoformat

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

FeatureRequest: Replace Prettier with Prettierd #373

Closed mostley closed 2 years ago

mostley commented 2 years ago

Neoformat is too slow on large files. Prettierd (https://github.com/fsouza/prettierd) seems to solve this issue well, I like Neoformats configuration scheme but will have to stick with other formatters until it can handle large files without latency.

Maybe it would make sense to enable this with a configuration flag, since users would need prettierd as a prerequisite.