diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-05-15 12:02:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-15 15:02:14 -0400 |
| commit | 4da66dab44f37d0de4b88cedf9e114c5b0855c20 (patch) | |
| tree | ea0179d0d0c8be5e716ce70d6dab14aa4fc4fcac /scratch | |
| parent | b78d4ef10c72597c322baaa3830c760a26734b21 (diff) | |
feat: add ivy-style layout strategy (#771)
* feat: add new layout strategy
* [docgen] Update doc/telescope.txt
skip-checks: true
Co-authored-by: Github Actions <actions@github>
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/ivy.lua | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/scratch/ivy.lua b/scratch/ivy.lua new file mode 100644 index 0000000..65d9049 --- /dev/null +++ b/scratch/ivy.lua @@ -0,0 +1,31 @@ + +RELOAD('telescope') +require('telescope.builtin').find_files(require('telescope.themes').get_ivy { previewer = false }) + + + + + + + + + + + + + + + + + + + + + + + + + + + + |
