Skip to content

Commit

Permalink
Source conjure.vim from the school
Browse files Browse the repository at this point in the history
This never used to be required, I guess it's a Neovim 0.5+ change?
Should fix the error mentioned here:

https://gist.github.com/Olical/9812a65721b28604fc856769db5277a8#gistcomment-3870541
  • Loading branch information
Olical committed Sep 1, 2021
1 parent 368c5cc commit 20f5a76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/school
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 20f5a76

Please sign in to comment.