1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/molten: add ipykernel python dependency

This commit is contained in:
AsbjornOlling 2025-04-14 15:40:29 +02:00 committed by Matt Sturgeon
parent 0bdc32e331
commit d4dada282a

View file

@ -224,6 +224,7 @@ mkVimPlugin {
cairosvg
ipython
nbformat
ipykernel
];
defaultText = literalExpression ''
p: with p; [
@ -232,6 +233,7 @@ mkVimPlugin {
cairosvg
ipython
nbformat
ipykernel
]
'';
description = "Python packages to add to the `PYTHONPATH` of neovim.";