diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -18,7 +18,7 @@ DIR="bundle/nerdtree" URL="https://github.com/scrooloose/nerdtree.git" clone DIR="bundle/vim-autocomplpop" -URL="https://git.riedstra.us/mitch/vim-autocomplpop.git" +URL="https://git.riedstra.us/vim/vim-autocomplpop.git" clone DIR="bundle/vim-airline" URL="https://github.com/vim-airline/vim-airline.git" @@ -42,10 +42,7 @@ DIR="bundle/ctrlp.vim" URL="https://github.com/ctrlpvim/ctrlp.vim" clone DIR="bundle/l9" -URL="https://git.riedstra.us/mitch/vim-l9.git" -clone -DIR="." -URL="https://git.riedstra.us/mitch/vim-cfg" +URL="https://git.riedstra.us/vim/vim-l9.git" clone DIR="bundle/vim-go" URL="https://github.com/fatih/vim-go.git" |
