A convenient plugin for working on your advent of code solutions in neovim.
Includes features like:
- Viewing puzzle descriptions in the editor
- Automatically downloading puzzle inputs
- A spec for you to test your solutions within neovim
Advent of Code uses OAuth for user authentication. In order to communicate with the API for data that's specific to you, the plugin needs a cookie to authenticate. To set this up you must:
- Log into AOC in your web browser
- Run
:AocLoginto give the plugin your cookie - Find the cookie and copy it into the field
- Work on from there!