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 |
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!
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
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"
toschool.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.