Skip to content

Commit

Permalink
Install: Download Vim dictionaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanAngeloff committed Apr 7, 2015
1 parent 326c2dc commit a269b53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .install_profile.sh
Expand Up @@ -82,6 +82,15 @@ fi

# {{{ Editors/Vim

( \
cd ~/.vim/spell ; \
echo 'Downloading Vim dictionaries... ' ; \
( test -f en.utf-8.sug || curl -sO http://ftp.vim.org/vim/runtime/spell/en.utf-8.sug ) ; \
( test -f en.utf-8.spl || curl -sO http://ftp.vim.org/vim/runtime/spell/en.utf-8.spl ) ; \
( test -f bg.utf-8.sug || curl -sO http://ftp.vim.org/vim/runtime/spell/bg.utf-8.sug ) ; \
( test -f bg.utf-8.spl || curl -sO http://ftp.vim.org/vim/runtime/spell/bg.utf-8.spl ) ; \
)

vim -c 'silent! BundleClean!' -c 'qa!'
vim -c 'silent! BundleInstall' -c 'qa!'

Expand Down

0 comments on commit a269b53

Please sign in to comment.