Skip to content

Commit 6757ee1

Browse files
csesshgithub-actions[bot]
authored andcommitted
auto-generate vimdoc
1 parent f844f95 commit 6757ee1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/aoc.nvim.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ Let your favourite package manager (`lazy.nvim`) do the work:
6868
},
6969
<
7070

71+
Should you want to lazy load this plugin, you could add a condition check in
72+
its config:
73+
74+
>lua
75+
cond = vim.fn.getcwd() == vim.fn.expand("your AOC directory path"),
76+
<
77+
7178

7279
DEFAULT CONFIGURATION *aoc.nvim-default-configuration*
7380

0 commit comments

Comments
 (0)