Add vim to the default packages

This commit is contained in:
Andreas Zweili 2023-06-12 15:22:45 +02:00
parent e212a60efc
commit 60456ba0f1
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pkgs.mkShell {
python310Packages.jedi
python310Packages.pip
python310Packages.yapf
vim
];
shellHook = ''