summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-26 16:33:16 -0400
committerJune McEnroe <june@causal.agency>2021-04-26 16:33:16 -0400
commit5fe5c71633f62b2fb09065746f9df652aff8f691 (patch)
tree4bc5aa5f380a7af03e95022c5335f663b7285b98 /install.sh
parentAdd The Penelopiad (diff)
downloadsrc-5fe5c71633f62b2fb09065746f9df652aff8f691.tar.gz
src-5fe5c71633f62b2fb09065746f9df652aff8f691.zip
Remove neovim configs
I don't use it anymore except when I need UTF-8, and I'd rather
just use unconfigured vim for that.
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2bcb2225..ce736450 100644
--- a/install.sh
+++ b/install.sh
@@ -9,7 +9,7 @@ while getopts 'X' opt; do
 	esac
 done
 
-packages='curl htop neovim sl the_silver_searcher tree'
+packages='curl htop sl the_silver_searcher tree'
 
 FreeBSD() {
 	sudo pkg install ddate $packages