prettier.nvim icon indicating copy to clipboard operation
prettier.nvim copied to clipboard

Added support for prettier_d_slim

Open asifZaman0362 opened this issue 1 year ago • 2 comments

No prettierd on NixOS and prettier is slow so added support for prettier_d_slim which happens to be even faster than prettierd.

asifZaman0362 avatar Jul 05 '23 16:07 asifZaman0362

Does this support Prettier cli flags?

https://github.com/MunifTanjim/prettier.nvim/blob/d98e732cb73690b07c00c839c924be1d1d9ac5c2/README.md?plain=1#L152-L190

MunifTanjim avatar Jul 07 '23 15:07 MunifTanjim

Looks like prettier_d_slim does not support --config-precedence=prefer-file. Created a PR:

  • https://github.com/mikew/prettier_d_slim/pull/19

MunifTanjim avatar Jul 07 '23 15:07 MunifTanjim