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:
parent
edfb052c7e
commit
fc66d83c77
1 changed files with 4 additions and 0 deletions
|
|
@ -130,6 +130,10 @@ in
|
||||||
godot.default = "godot_4";
|
godot.default = "godot_4";
|
||||||
gzip.default = "gzip";
|
gzip.default = "gzip";
|
||||||
imagemagick.default = "imagemagick";
|
imagemagick.default = "imagemagick";
|
||||||
|
jupytext.default = [
|
||||||
|
"python313Packages"
|
||||||
|
"jupytext"
|
||||||
|
];
|
||||||
lazygit.default = "lazygit";
|
lazygit.default = "lazygit";
|
||||||
lean.default = "lean4";
|
lean.default = "lean4";
|
||||||
ledger.default = "ledger";
|
ledger.default = "ledger";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue