- Added
/*nixfmt:disable*/and/*nixfmt:enable*/comment directives to exclude regions of code from formatting: #388 - Fixed language annotations being detached from their string when comments are hoisted out of function applications: #425
- More small cleanups to our flake:
- Migrated the development setup from npins to flakes and added flake-compat: #416
nixpkgsandtreefmt-nixare now flake inputs that can "follow" downstream flake inputs.
- Improved the Neovim setup instructions in the README: #414, #415