1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 14:01:10 +01:00

modules/dependencies: add jupytext dependency

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-26 13:10:15 +01:00 committed by Matt Sturgeon
parent edfb052c7e
commit fc66d83c77

View file

@ -130,6 +130,10 @@ in
godot.default = "godot_4";
gzip.default = "gzip";
imagemagick.default = "imagemagick";
jupytext.default = [
"python313Packages"
"jupytext"
];
lazygit.default = "lazygit";
lean.default = "lean4";
ledger.default = "ledger";