1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-15 23:12:48 +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;
inherit (python313Packages) python-ly;
qmlformat = libsForQt5.qt5.qtdeclarative;
racketfmt = racket;
inherit (python313Packages) reorder-python-imports;
ruff_fix = ruff;
ruff_format = ruff;