From 44b7b28f1e14c6bc763144d40672ca749301989d Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 17 Oct 2025 20:52:58 +0000 Subject: [PATCH] Update install.py --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index 5be050f..499bf84 100644 --- a/install.py +++ b/install.py @@ -7,6 +7,7 @@ rhel_packages = [ linux_packages = [ 'git', + 'neovim' 'zsh' ]