Skip to content

Commit f844f95

Browse files
committed
Update ReadMe with additional installation instruction
1 parent 5d34e36 commit f844f95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ return {
5050
},
5151
```
5252

53+
Should you want to lazy load this plugin, you could add a condition check in its config:
54+
55+
``` lua
56+
cond = vim.fn.getcwd() == vim.fn.expand("your AOC directory path"),
57+
```
58+
5359
## Default configuration
5460

5561
``` lua

0 commit comments

Comments
 (0)