From 4d86ab7c564313a0056e1d18aabfcfcfe17b410a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 26 Apr 2021 16:33:16 -0400 Subject: 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. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit 1.4.1