aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-06 00:06:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-06 00:06:54 +1300
commit25f45c6a3a9987bc3e3d4ec74aa8a64e8ea92131 (patch)
treeeae634a11147757a4e955f8ef137cfe7db48d80f
parentRemove unneeded after script for Tabular (diff)
downloaddotfiles-25f45c6a3a9987bc3e3d4ec74aa8a64e8ea92131.tar.gz
dotfiles-25f45c6a3a9987bc3e3d4ec74aa8a64e8ea92131.zip
No need to install plugin after scripts
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c12f9df7..1792a89d 100644
--- a/Makefile
+++ b/Makefile
@@ -163,10 +163,8 @@ install-vim-plugins : install-vim-config
"$$file" "$(HOME)"/.vim/"$$file" ; \
done
install -m 0755 -d -- \
- "$(HOME)"/.vim/after/ftplugin \
- "$(HOME)"/.vim/after/plugin
+ "$(HOME)"/.vim/after/ftplugin
install -m 0644 -- vim/after/ftplugin/* "$(HOME)"/.vim/after/ftplugin
- install -m 0644 -- vim/after/plugin/* "$(HOME)"/.vim/after/plugin
install-vim-pathogen : install-vim-plugins
install -m 0755 -d -- "$(HOME)"/.vim/autoload