diff --git a/Rakefile b/Rakefile index 26434f3..8a3cd14 100644 --- a/Rakefile +++ b/Rakefile @@ -201,7 +201,7 @@ def install_homebrew puts "Installing Homebrew packages...There may be some warnings." puts "======================================================" run %{brew install zsh ctags git hub tmux reattach-to-user-namespace ripgrep ghi} - run %{brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit} + run %{brew install macvim --with-override-system-vim --with-lua --with-luajit} puts puts end