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
commit4d86ab7c564313a0056e1d18aabfcfcfe17b410a (patch)
treeff468b415d109359eb3a0ae1b26ef011965662d2 /install.sh
parentAdd The Penelopiad (diff)
downloadsrc-4d86ab7c564313a0056e1d18aabfcfcfe17b410a.tar.gz
src-4d86ab7c564313a0056e1d18aabfcfcfe17b410a.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