diff options
| author | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-11-16 11:14:52 +0000 |
|---|---|---|
| committer | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-11-18 19:44:12 +0000 |
| commit | d686fb27998fc130f7b851fb6c540f3f1fe806e8 (patch) | |
| tree | aeb44da568dcd5b39202b41e7d65fb82a11eab81 /lua/telescope/config.lua | |
| parent | edcf07cf885f86c08c5b15f333b7c82b15c3527b (diff) | |
fix: cleanup of layout actions
* fix: finish docs and remove mistakes from merge
* fix: change order of `popup` changes based on type of change
- removes "flash" issue where popups don't update in sync
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index a96bc0b..a57ec7f 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -191,7 +191,7 @@ append("layout_config", layout_config_defaults, layout_config_description) append( "cycle_layout_list", - { "horizontal", "vertical", { layout_strategy = "horizontal", previewer = false } }, + { "horizontal", "vertical" }, [[ Determines the layouts to cycle through when using `actions.cycle_layout_next` and `actions.cycle_layout_prev`. @@ -202,7 +202,7 @@ append( 2. table <br> A table with possible keys `layout_strategy`, `layout_config` and `previewer` - Default: TODO + Default: { "horizontal", "vertical" } ]] ) |
