Skip to content

Commit 0c02ab5

Browse files
committed
rm server.vim adn twisted
1 parent 0d3da08 commit 0c02ab5

File tree

2 files changed

+1
-242
lines changed

2 files changed

+1
-242
lines changed

plugin/server.py

Lines changed: 0 additions & 239 deletions
This file was deleted.

setup.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ fi
1010
if which brew >/dev/null;then
1111
echo "You are using HomeBrew tool"
1212
brew install vim ctags git astyle
13-
##Fix twisted installation Error in Mac caused by Xcode Version limit
14-
sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future easy_install twisted
1513
fi
1614

17-
sudo easy_install -ZU autopep8 twisted
15+
sudo easy_install -ZU autopep8
1816
sudo ln -s /usr/bin/ctags /usr/local/bin/ctags
1917
mv -f ~/vim ~/vim_old
2018
cd ~/ && git clone https://github.com/ma6174/vim.git

0 commit comments

Comments
 (0)