prettier.nvim
prettier.nvim copied to clipboard
Added support for prettier_d_slim
No prettierd on NixOS and prettier is slow so added support for prettier_d_slim which happens to be even faster than prettierd.
Does this support Prettier cli flags?
https://github.com/MunifTanjim/prettier.nvim/blob/d98e732cb73690b07c00c839c924be1d1d9ac5c2/README.md?plain=1#L152-L190
Looks like prettier_d_slim does not support --config-precedence=prefer-file. Created a PR:
- https://github.com/mikew/prettier_d_slim/pull/19