We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f844f95 commit 6757ee1Copy full SHA for 6757ee1
doc/aoc.nvim.txt
@@ -68,6 +68,13 @@ Let your favourite package manager (`lazy.nvim`) do the work:
68
},
69
<
70
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
78
79
DEFAULT CONFIGURATION *aoc.nvim-default-configuration*
80
0 commit comments