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"