Skip to content

Commit 13b84b4

Browse files
committed
Drop brew vim package options
Removed in Homebrew/homebrew-core#34421 Of note: this drops Python 2 support.
1 parent e014a72 commit 13b84b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

brew.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ brew install wget
3838
brew install gnupg
3939

4040
# Install more recent versions of some macOS tools.
41-
brew install vim --with-override-system-vi
41+
brew install vim
42+
echo 'If you would like to map vi so it opens the brew-installed vim: ln -s /usr/local/bin/vim /usr/local/bin/vi'
4243
brew install grep
4344
brew install openssh
4445
brew install screen

0 commit comments

Comments
 (0)