Skip to content

Commit

Permalink
Fix complete make command to link plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 3, 2016
1 parent 098bffb commit 95eb4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -6,6 +6,6 @@ nvim:
ln -s ~/.vim/autoload ~/.config/nvim/autoload

complete:
ln -sf ~/.vim/bundles.d/contrib/*.vim ~/.vim/bundles.d/
ln -sf ~/.vim/bundles.settings/contrib/*.vim ~/.vim/bundles.settings/
ln -sf ~/.vim/plugins.d/contrib/*.vim ~/.vim/plugins.d/
ln -sf ~/.vim/plugins.settings/contrib/*.vim ~/.vim/plugins.settings/
ln -sf ~/.vim/settings/contrib/*.vim ~/.vim/settings/

0 comments on commit 95eb4d1

Please sign in to comment.