trunk-io / neovim-trunk

The official Trunk Check Plugin for Neovim
https://docs.trunk.io/check/ide-integration/neovim-plugin
MIT License
21 stars 3 forks source link

Support better format on save #19

Closed TylerJang27 closed 5 months ago

TylerJang27 commented 5 months ago

New CLI versions will advertise documentFormattingProvider capability, allowing us to correctly implement format on save.

I've included the old logic as a fallback for older CLI versions.