diff options
| author | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-11-15 21:32:02 +0000 |
|---|---|---|
| committer | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-11-18 19:44:12 +0000 |
| commit | edcf07cf885f86c08c5b15f333b7c82b15c3527b (patch) | |
| tree | 4d2638cfb6f401660ab5317f535ceb274cd60e7f /scripts/gendocs.lua | |
| parent | b952c2f852de1ec5ce7306ccd9262c97e27902d2 (diff) | |
feat: layout actions (#1383)
Co-authored-by: johnybx <johnybx@users.noreply.github.com>
Diffstat (limited to 'scripts/gendocs.lua')
| -rw-r--r-- | scripts/gendocs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gendocs.lua b/scripts/gendocs.lua index 025e077..95f6ea6 100644 --- a/scripts/gendocs.lua +++ b/scripts/gendocs.lua @@ -18,6 +18,7 @@ docs.test = function() "./lua/telescope/actions/init.lua", "./lua/telescope/actions/state.lua", "./lua/telescope/actions/set.lua", + "./lua/telescope/actions/layout.lua", "./lua/telescope/actions/utils.lua", "./lua/telescope/actions/generate.lua", "./lua/telescope/previewers/init.lua", |
