Skip to content

Commit f4598e4

Browse files
csesshgithub-actions[bot]
authored andcommitted
auto-generate vimdoc
1 parent 0fb58a5 commit f4598e4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/aoc.nvim.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ tool that saves me … 5s of copy and paste task". Here we are.
3131

3232
OTHER FEATURES IN THE WORK ~
3333

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
3536

3637
- `:AocSubmitAnswer` to submit your answer.
3738
- `:AocGetSampleInput` to write puzzle’s sample input to file.
@@ -42,17 +43,16 @@ I am always open to any feedbacks and suggestions.
4243

4344
REQUIREMENTS *aoc.nvim-requirements*
4445

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
4947
<https://adventofcode.com>.
5048

5149
This is how you generate one:
5250

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.
5656

5757

5858
INSTALLATION *aoc.nvim-installation*

0 commit comments

Comments
 (0)