Remove vim from hass

This commit is contained in:
ViViDboarder 2022-04-29 16:51:12 -07:00
parent 5a80cf9d61
commit e53ab332a6
1 changed files with 1 additions and 1 deletions

View File

@ -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"