summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Kershaw <35707277+l-kershaw@users.noreply.github.com>2021-11-15 21:32:02 +0000
committerLuke Kershaw <35707277+l-kershaw@users.noreply.github.com>2021-11-18 19:44:12 +0000
commitedcf07cf885f86c08c5b15f333b7c82b15c3527b (patch)
tree4d2638cfb6f401660ab5317f535ceb274cd60e7f /scripts
parentb952c2f852de1ec5ce7306ccd9262c97e27902d2 (diff)
feat: layout actions (#1383)
Co-authored-by: johnybx <johnybx@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gendocs.lua1
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",