mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/molten: add ipykernel python dependency
This commit is contained in:
parent
0bdc32e331
commit
d4dada282a
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,7 @@ mkVimPlugin {
|
||||||
cairosvg
|
cairosvg
|
||||||
ipython
|
ipython
|
||||||
nbformat
|
nbformat
|
||||||
|
ipykernel
|
||||||
];
|
];
|
||||||
defaultText = literalExpression ''
|
defaultText = literalExpression ''
|
||||||
p: with p; [
|
p: with p; [
|
||||||
|
@ -232,6 +233,7 @@ mkVimPlugin {
|
||||||
cairosvg
|
cairosvg
|
||||||
ipython
|
ipython
|
||||||
nbformat
|
nbformat
|
||||||
|
ipykernel
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
description = "Python packages to add to the `PYTHONPATH` of neovim.";
|
description = "Python packages to add to the `PYTHONPATH` of neovim.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue