diff --git a/docs/school b/docs/school
index 3d87f3a4..4e76f0f6 100755
--- a/docs/school
+++ b/docs/school
@@ -11,6 +11,9 @@ else
   echo "$PREFIX already exists, no need to download."
 fi
 
-nvim --cmd "set rtp+=$PREFIX/conjure-master" -c "au VimEnter * ++nested ConjureSchool" \
+nvim \
+  --cmd "set rtp+=$PREFIX/conjure-master" \
+  --cmd "source $PREFIX/conjure-master/plugin/conjure.vim" \
+  -c "au VimEnter * ++nested ConjureSchool" \
   && echo "I hope you had a great time! Cleaning up $PREFIX and exiting." \
   && rm -rf $PREFIX