1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-16 07:22:49 +01:00

plugins/conform-nvim/packages: add package for racketfmt

This commit is contained in:
Gaetan Lepage 2025-11-12 11:30:57 +01:00 committed by Gaétan Lepage
parent 85889f5676
commit bef3ce6de8

View file

@ -129,6 +129,7 @@ rec {
pyproject-fmt = python313Packages.pyproject-parser; pyproject-fmt = python313Packages.pyproject-parser;
inherit (python313Packages) python-ly; inherit (python313Packages) python-ly;
qmlformat = libsForQt5.qt5.qtdeclarative; qmlformat = libsForQt5.qt5.qtdeclarative;
racketfmt = racket;
inherit (python313Packages) reorder-python-imports; inherit (python313Packages) reorder-python-imports;
ruff_fix = ruff; ruff_fix = ruff;
ruff_format = ruff; ruff_format = ruff;