diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-04-22 14:08:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 17:08:22 -0400 |
| commit | c6980a9acf8af836196508000c34dcb06b11137b (patch) | |
| tree | 72499b3259ab99f896cde15c9576fcb143d76d39 /scripts/gendocs.lua | |
| parent | 0d6cd47990781ea760dd3db578015c140c7b9fa7 (diff) | |
docs: add other actions modules (#792)
* docs: add other actions modules
* [docgen] Update doc/telescope.txt
skip-checks: true
* fixup
* [docgen] Update doc/telescope.txt
skip-checks: true
Co-authored-by: Github Actions <actions@github>
Diffstat (limited to 'scripts/gendocs.lua')
| -rw-r--r-- | scripts/gendocs.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gendocs.lua b/scripts/gendocs.lua index 7ac3b3e..ead868a 100644 --- a/scripts/gendocs.lua +++ b/scripts/gendocs.lua @@ -12,6 +12,8 @@ docs.test = function() "./lua/telescope/builtin/init.lua", "./lua/telescope/pickers/layout_strategies.lua", "./lua/telescope/actions/init.lua", + "./lua/telescope/actions/state.lua", + "./lua/telescope/actions/set.lua", "./lua/telescope/previewers/init.lua", } |
