We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3da08 commit 0c02ab5Copy full SHA for 0c02ab5
plugin/server.py
setup.sh
@@ -10,11 +10,9 @@ fi
10
if which brew >/dev/null;then
11
echo "You are using HomeBrew tool"
12
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
15
fi
16
17
-sudo easy_install -ZU autopep8 twisted
+sudo easy_install -ZU autopep8
18
sudo ln -s /usr/bin/ctags /usr/local/bin/ctags
19
mv -f ~/vim ~/vim_old
20
cd ~/ && git clone https://github.com/ma6174/vim.git
0 commit comments