Last active
February 15, 2025 10:07
-
-
Save Olical/9812a65721b28604fc856769db5277a8 to your computer and use it in GitHub Desktop.
Conjure school without installing Conjure!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
Author
Author
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.
Author
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!
Author
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
Sorry about the error, I think it has something to do with a change in Neovim 0.5+, possibly around the
runtimepathalthough I'm not sure yet. If you install the plugin (without using this temporary approach) you should be able to execute:ConjureSchoolabsolutely fine though.I guess the technique I used to temporarily add Conjure onto the
runtimepathno longer works 🤔