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>
This commit is contained in:
31
scratch/ivy.lua
Normal file
31
scratch/ivy.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
RELOAD('telescope')
|
||||
require('telescope.builtin').find_files(require('telescope.themes').get_ivy { previewer = false })
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user