sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.
BSD 2-Clause "Simplified" License
1.97k stars 188 forks source link

Monorepo project root determination #474

Open Tebro opened 11 months ago

Tebro commented 11 months ago

When using Neoformat in a monorepo where one opens up the whole repo instead of just the frontend subfolder it fails to find prettier from the project dependencies. If one uses :cd frontend and then runs :Neoformat prettier it works. Would it be possible to support project root determination to avoid having to use the :cd part?