Remove macvim since it's not working well

This commit is contained in:
ViViDboarder 2017-04-19 18:15:11 -07:00
parent aefd589e0d
commit 387343357a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sudo_package 'tmux htop curl wget mercurial ctags tig pv jq fish mosh'
case "$PACKAGE_MANAGER" in
"port")
sudo_package 'vim +ruby +python27'
sudo_package 'macvim +ruby +python27'
# sudo_package 'macvim +ruby +python27'
sudo_package 'git-core +bash_completion'
sudo_package 'the_silver_searcher'
;;