You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10
Original file line number
Diff line number
Diff line change
@@ -15,29 +15,27 @@ I'd like to stay within Neovim for as long as I could possibly get away with doi
15
15
16
16
In the true developer fashion, I started with one task to solve Advent of Code puzzles, I ended up talking myself into "Let's spend a day or two to write a tool that saves me ... 5s of copy and paste task". Here we are.
17
17
18
-
### Other features in the work
18
+
### Other features in the work
19
19
20
-
There are a number of features I'd like to add in the coming days/weeks:
20
+
There are a number of features I'd like to add in the coming days/weeks to get to v1.0.0
21
21
22
22
-`:AocSubmitAnswer` to submit your answer.
23
23
-`:AocGetSampleInput` to write puzzle's sample input to file.
24
24
-`:AocYankSampleInput` to yank a puzzle's sample input to a register.
25
25
26
-
27
26
I am always open to any feedbacks and suggestions.
28
27
29
28
## Requirements
30
29
31
-
This plugin is written with Neovim >= 10.1, but I suspect it works with older releases.
32
-
33
-
It also requires a session token to communicate with [adventofcode.com](https://adventofcode.com).
30
+
This plugin requires a session token to communicate with [adventofcode.com](https://adventofcode.com).
34
31
35
32
This is how you generate one:
36
33
37
-
1- Login to [adventofcode.com](https://adventofcode.com).
38
-
2- Open Inspect panel, navigate to Storage tab
39
-
3- Select cookies and copy `session` value
40
-
4- Save to somewhere, e.g. `/var/tmp/aoc.txt`
34
+
1. Login to [adventofcode.com](https://adventofcode.com).
35
+
2. Open Inspect panel, navigate to Storage tab.
36
+
3. Select cookies and copy `session` value.
37
+
4. Save to somewhere, e.g. `/var/tmp/aoc.txt`.
38
+
5. Update plugin config to set `session_filepath` attribute with the filepath above.
0 commit comments