summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 1caf62c..d4ed109 100644
--- a/install.sh
+++ b/install.sh
@@ -16,7 +16,7 @@ ln -s ${PWD}/inputrc ~/.inputrc
# ~/.vimrc takes priority over ~/.vim/vimrc, so remove the former first
-[ -d ~/.vim/ ] || mkdir -p ~/.vim/{undo,swap,backup,plugin}
+[ -d ~/.vim/ ] || mkdir -p ~/.vim/{undo,swap,backup,plugins}
ln -s ${PWD}/vim/vimrc ~/.vim/vimrc
ln -s ${PWD}/vim/fun.vim ~/.vim/fun.vim