Add neovim to install

This commit is contained in:
Nicole Tietz-Sokolskaya 2018-12-04 17:11:42 -05:00
parent c683317532
commit 0c17366203

View file

@ -1,7 +1,7 @@
#!/bin/bash
function install_utilities() {
sudo apt install vim stow tmux htop
sudo apt install vim neovim stow tmux htop
}
function install_docker() {