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:
parent
85889f5676
commit
bef3ce6de8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue