MunifTanjim / prettier.nvim

Prettier plugin for Neovim's built-in LSP client.
MIT License
289 stars 9 forks source link

Added support for prettier_d_slim #31

Open asifZaman0362 opened 1 year ago

asifZaman0362 commented 1 year ago

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

MunifTanjim commented 1 year ago

Does this support Prettier cli flags?

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

MunifTanjim commented 1 year ago

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