Fix download of pathogen
This commit is contained in:
parent
388a12e336
commit
41e520bd65
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ sed -i "s/REPLACEMEWITHFIRSTLETTEROFHOSTNAME/`expr substr \`hostname\` 1 1`/g" ~
|
|||
|
||||
# Install pathogen
|
||||
|
||||
mkdir ~/.vim/autoload
|
||||
curl -Sso ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
|
||||
|
||||
# Install jedi plugin for vim
|
||||
|
|
Loading…
Reference in a new issue