sbdchd / neoformat

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

Format only changed lines #485

Open sathishmanohar opened 8 months ago

sathishmanohar commented 8 months ago

Right now I use :Neoformat to format jsx files but it formatting the whole file including parts that doesn't belong to the feature than I am working on. How do I only format the parts that changed?