@@ -31,7 +31,8 @@ tool that saves me … 5s of copy and paste task". Here we are.
31
31
32
32
OTHER FEATURES IN THE WORK ~
33
33
34
- There are a number of features I’d like to add in the coming days/weeks:
34
+ There are a number of features I’d like to add in the coming days/weeks to
35
+ get to v1.0.0
35
36
36
37
- `:AocSubmitAnswer` to submit your answer.
37
38
- `:AocGetSampleInput` to write puzzle’s sample input to file.
@@ -42,17 +43,16 @@ I am always open to any feedbacks and suggestions.
42
43
43
44
REQUIREMENTS *aoc.nvim-requirements*
44
45
45
- This plugin is written with Neovim >= 10.1, but I suspect it works with older
46
- releases.
47
-
48
- It also requires a session token to communicate with adventofcode.com
46
+ This plugin requires a session token to communicate with adventofcode.com
49
47
<https://adventofcode.com >.
50
48
51
49
This is how you generate one:
52
50
53
- 1- Login to adventofcode.com <https://adventofcode.com >. 2- Open Inspect panel,
54
- navigate to Storage tab 3- Select cookies and copy `session` value 4- Save to
55
- somewhere, e.g. `/var/ tmp/aoc.txt`
51
+ 1. Login to adventofcode.com <https://adventofcode.com >.
52
+ 2. Open Inspect panel, navigate to Storage tab.
53
+ 3. Select cookies and copy `session` value.
54
+ 4. Save to somewhere, e.g. `/var/ tmp/aoc.txt` .
55
+ 5. Update plugin config to set `session_filepath` attribute with the filepath above.
56
56
57
57
58
58
INSTALLATION *aoc.nvim-installation*
0 commit comments