Skip to content

Commit 85353cb

Browse files
committed
fixup: Just add a few more words
1 parent 0a6588c commit 85353cb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/telescope_changelog.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@
88
Date: May 17, 2021
99
PR: https://github.com/nvim-telescope/telescope.nvim/pull/922
1010

11-
A lot of new and breaking changes here as we work to clean up the way users
12-
can configure how telescope's windows are configured.
11+
This is one of our largest breaking changes thus far, so I (TJ) am adding some
12+
information here so that you can more easily update (without having to track
13+
down the commit, etc.).
14+
15+
The goal of these breaking changes is to greatly simplify the way
16+
configuration for layouts happen. This should make it much easier to configure
17+
each picker, layout_strategy, and more. Please report any bugs or behavior
18+
that is broken / confusing upstream and we can try and make the configuration
19+
better.
1320

1421
|telescope.setup()| has changed `layout_defaults` -> `layout_config`.
1522
This makes it so that the setup and the pickers share the same key,

lua/telescope/config.lua

+1
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ function config.set_defaults(user_defaults, tele_defaults)
310310

311311
-- Check if using layout keywords outside of `layout_config`
312312
deprecated.picker_window_options(user_defaults)
313+
313314
-- Check if using `layout_defaults` instead of `layout_config`
314315
user_defaults = deprecated.layout_configuration(user_defaults)
315316

0 commit comments

Comments
 (0)