Skip to content

Commit

Permalink
update vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoxingdong committed May 6, 2019
1 parent 39c6738 commit 8ad79c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/3_setup_envs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
set -e

# Set up .vimrc for tab as 4 spaces
echo "# Appended for Vim" >> ~/.vimrc
echo "set tabstop=4" >> ~/.vimrc
echo "set shiftwidth=4" >> ~/.vimrc
echo "set expandtab" >> ~/.vimrc
echo "" >> ~/.vimrc

# Install dependencies
pip install --upgrade pip
pip install -q -r ../requirements.txt
pip install -q -r ../requirements.txt

0 comments on commit 8ad79c8

Please sign in to comment.