From 7ad4009d17dfd86e2a2bb89584c9bff4f82370b6 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 3 Nov 2023 09:28:44 +0800 Subject: [PATCH] Update readme and reorganize --- README.md | 6 ++++-- lua/{symbols-outline.lua => symbols-outline/init.lua} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename lua/{symbols-outline.lua => symbols-outline/init.lua} (100%) diff --git a/README.md b/README.md index 9cdab66..86cc770 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Key: - ✅ fix: plugin crashes when SymbolOutlineClose used (#163 by beauwilliams) -- feat: Add window_bg_highlight to config +- 📮 feat: Add window_bg_highlight to config (#137 by Zane-) - 📮 Added preview width and relative size @@ -218,7 +218,9 @@ Items will be moved to above list when complete. - Preview / Hover - `[/]` Configurable winhighlight options for preview window (like nvim-cmp) (simrat39/symbols-outline#128) - - `[/]` Configurable width and height (simrat39/symbols-outline#130) + - `[/]` Configurable width and height of preview window (simrat39/symbols-outline#130) + +- `[/]` Outline window customizations (simrat39/symbols-outline#137) ### Related plugins diff --git a/lua/symbols-outline.lua b/lua/symbols-outline/init.lua similarity index 100% rename from lua/symbols-outline.lua rename to lua/symbols-outline/init.lua