Skip to content

Instantly share code, notes, and snippets.

@Olical
Last active February 15, 2025 10:07
Conjure school without installing Conjure!
# Try an interactive Conjure tutorial without installing Conjure!
# All you need is curl and an up to date nvim.
curl -fL conjure.oli.me.uk/school | sh
@mjobuda
Copy link

mjobuda commented Aug 24, 2021

Error detected while processing VimEnter Autocommands for "*
":
E492: Not an editor command: ConjureSchool

Sorry, something went wrong.

@Olical
Copy link
Author

Olical commented Aug 24, 2021

Sorry about the error, I think it has something to do with a change in Neovim 0.5+, possibly around the runtimepath although I'm not sure yet. If you install the plugin (without using this temporary approach) you should be able to execute :ConjureSchool absolutely fine though.

I guess the technique I used to temporarily add Conjure onto the runtimepath no longer works 🤔

@Olical
Copy link
Author

Olical commented Aug 24, 2021

So I'm not fully sure on the issue but it looks like I need to add --cmd "source $PREFIX/conjure-master/plugin/conjure.vim" to school.sh now too, that wasn't required before but I guess something in Neovim changed. Not sure what, probably around plugin management and the packpath / packadd thing.

@Olical
Copy link
Author

Olical commented Aug 24, 2021

Should be fixed on develop will be released once I'm done with some other work. Just a note that it's fixed somewhere upstream and until then you'll need to install it through a plugin manager to use the school, sorry!

@Olical
Copy link
Author

Olical commented Feb 15, 2025

Updated to point at the "new" domain. I just use a sub-domain now instead of paying for conjure.fun which was surprisingly expensive!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment