Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:56
7cad866
  • 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
    • nixpkgs and treefmt-nix are now flake inputs that can "follow" downstream flake inputs.
  • Improved the Neovim setup instructions in the README: #414, #415