neoclide / coc-prettier

Prettier extension for coc.nvim.
MIT License
546 stars 48 forks source link

Support other config file formats #159

Closed robphoenix closed 2 years ago

robphoenix commented 2 years ago

If the local prettier config file is using something other than .prettierrc then it is ignored, for instance projects settings configured in a prettierrc.yaml are not picked up. Could this plugin support the filetypes prettier support? https://prettier.io/docs/en/configuration.html Thanks 👍🏻