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

Allow specifying path to prettier config file?

Open austintheriot opened this issue 11 months ago • 0 comments

Hello! First off, thank you for making this plugin! It's been a lifesaver.

I'm currently working in a project that uses a monorepo. Because of this, the pretter.config.js file is in a directory below the current working directory of vim itself. Because of this, the check toconfig_exists returns false even though there is definitely a prettier config for the project. I'm wondering, is there a currently a way to enable supplying a config path when setting up this plugin and/or when running prettier itself? I coudn't find it specified anywhere here.

If not, would this be possible to add?

austintheriot avatar Sep 27 '23 21:09 austintheriot