Skip to content

Commit

Permalink
auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
csessh authored and github-actions[bot] committed Dec 12, 2024
1 parent f844f95 commit 6757ee1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/aoc.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ Let your favourite package manager (`lazy.nvim`) do the work:
},
<

Should you want to lazy load this plugin, you could add a condition check in
its config:

>lua
cond = vim.fn.getcwd() == vim.fn.expand("your AOC directory path"),
<


DEFAULT CONFIGURATION *aoc.nvim-default-configuration*

Expand Down

0 comments on commit 6757ee1

Please sign in to comment.