refactor: Rename of most recent option

This commit is contained in:
hedy
2023-11-19 22:35:07 +08:00
parent 4bc6bfc0dd
commit ad6b15ee08
5 changed files with 10 additions and 11 deletions

View File

@@ -59,7 +59,7 @@
- New lua API function `is_focus_in_outline()`
- Auto-unfold root nodes when there is only N nodes. Where N defaults to 1
(meaning when there is only 1 root node, keep it unfolded). The added config
option is `symbol_folding.auto_unfold_depth` with keys `hovered` and `only`.
option is `symbol_folding.auto_unfold` with keys `hovered` and `only`.
Key `hovered` is the successor of the legacy `symbol_folding.auto_unfold_hover`
option. **The old option would still work as expected.**