From e53ab332a6e9b88245b13fec24f8ca4978625cb6 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 29 Apr 2022 16:51:12 -0700 Subject: [PATCH] Remove vim from hass --- recipes/hass/packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/hass/packages b/recipes/hass/packages index 59df82d..1b9642f 100755 --- a/recipes/hass/packages +++ b/recipes/hass/packages @@ -13,7 +13,7 @@ packages="fish bash" # Common shell utils packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep" # Development tools -packages="$packages make neovim vim tig doxygen shellcheck ctags py3-pynvim yamllint black" +packages="$packages make neovim tig doxygen shellcheck ctags py3-pynvim yamllint black" sudo_package "$packages"