From 0c1736620367460d877c7b1881ccd6a59017479b Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 4 Dec 2018 17:11:42 -0500 Subject: [PATCH] Add neovim to install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e607a20..f6a4517 100755 --- a/install.sh +++ b/install.sh @@ -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() {