about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-03-24 18:01:06 +0000
committerGitHub <noreply@github.com>2023-03-24 18:01:06 +0000
commitadec6862c5640a01d93be9ecc38db505cd194d2e (patch)
tree7fb64640f458aa615c2fe84f5e5184d186d770d7 /pkgs/applications/editors/vim
parent2a21328f7e0b751c6ec1f2539cb07dc8e85c8e43 (diff)
parent612676d971b708fee42d0c2c2f1e3a3698c0e2e1 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index dff834d9b6814..e6c70d60a0e78 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -597,6 +597,17 @@ self: super: {
       rev = "5d916c39c1852e09fcd39eab174b8e5bbdb25f8f";
       sha256 = "10d6dh0czdpgfpzqs5vzxfffkm0460qjzi2mfkacgghqf3iwkbja";
     };
+    passthru.python3Dependencies = ps: with ps; [
+      pynvim
+      jupyter-client
+      ueberzug
+      pillow
+      cairosvg
+      plotly
+      ipykernel
+      pyperclip
+      pnglatex
+    ];
     meta.homepage = "https://github.com/WhiteBlackGoose/magma-nvim-goose/";
   };