From 60456ba0f12d88bb34fc6f4a405ae92061e0f834 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 12 Jun 2023 15:22:45 +0200 Subject: [PATCH] Add vim to the default packages --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index f16e78e..21517ed 100644 --- a/shell.nix +++ b/shell.nix @@ -20,6 +20,7 @@ pkgs.mkShell { python310Packages.jedi python310Packages.pip python310Packages.yapf + vim ]; shellHook = ''